lightmode
E. Almqvist 2 years ago
parent fe0ccb2d61
commit 68cfe84378
  1. 8
      alacritty/.config/alacritty/alacritty.yml
  2. 4
      picom/.config/picom/picom.conf
  3. 81
      polybar/.config/polybar/config

@ -30,7 +30,7 @@ font:
family: Fira Code family: Fira Code
# The `style` can be specified to pick a specific face. # The `style` can be specified to pick a specific face.
style: Regular style: Bold
# Bold font face # Bold font face
bold: bold:
@ -54,7 +54,7 @@ font:
style: Bold Italic style: Bold Italic
# Point size # Point size
size: 9 size: 10
# Offset is the extra space around each character. `offset.y` can be thought of # Offset is the extra space around each character. `offset.y` can be thought of
# as modifying the line spacing, and `offset.x` as modifying the letter spacing. # as modifying the line spacing, and `offset.x` as modifying the letter spacing.
@ -68,8 +68,8 @@ draw_bold_text_with_bright_colors: true
colors: colors:
# Default colors # Default colors
primary: primary:
background: '0x282c34' background: '0x18191c'
foreground: '0xbbc2cf' foreground: '0xafafaf'
# Normal colors # Normal colors
normal: normal:

@ -408,11 +408,11 @@ rounded-corners-exclude = [
# "class_g = 'URxvt'", # "class_g = 'URxvt'",
# "class_g = 'XTerm'", # "class_g = 'XTerm'",
# "class_g = 'kitty'", # "class_g = 'kitty'",
# "class_g = 'Alacritty'", "class_g = 'Alacritty'",
"class_g = 'Polybar'", "class_g = 'Polybar'",
# "class_g = 'code-oss'", # "class_g = 'code-oss'",
# "class_g = 'TelegramDesktop'", # "class_g = 'TelegramDesktop'",
# "class_g = 'firefox'", "class_g = 'firefox'",
# "class_g = 'Thunderbird'" # "class_g = 'Thunderbird'"
]; ];
round-borders = 1; round-borders = 1;

@ -2,8 +2,8 @@
#compositing-foreground = over #compositing-foreground = over
[colors] [colors]
background = #0024292e background = #00141414
foreground = #fefefe foreground = #efefef
foreground2 = #77fefefe foreground2 = #77fefefe
line = #bbb line = #bbb
border = #bbb border = #bbb
@ -51,19 +51,41 @@ height = 28
# bottom = 1 # bottom = 1
background = ${colors.background} background = ${colors.background}
foreground = ${colors.foreground} foreground = ${colors.foreground2}
padding-left = 4 padding-left = 1
padding-right = 4 padding-right = 1
module-margin = 1 module-margin = 1
modules-left = dwm #modules-left = dwm
modules-center = title #modules-center = title
modules-right = cmus pulseaudio wlan battery time date #modules-right = cmus pulseaudio wlan battery time date
modules-left = date time pulseaudio dwm-layout dwm-floating cmus
modules-center = dwm-tags
modules-right =
[module/dwm] [module/dwm-layout]
type = internal/dwm type = internal/dwm
format = <label-tags> <label-layout> <label-floating> format = <label-layout>
# Symbol of current layout
# Available tokens:
# %symbol%
label-layout = %symbol%
label-layout-padding = 0
label-layout-foreground = ${colors.foreground2}
label-layout-background = ${colors.background}
[module/dwm-floating]
type = internal/dwm
format = <label-floating>
# Text to show when currently focused window is floating
label-floating = ~
[module/dwm-tags]
type = internal/dwm
format = [<label-tags>]
# Path to dwm socket (default: /tmp/dwm.sock) # Path to dwm socket (default: /tmp/dwm.sock)
# socket-path = /tmp/dwm.sock # socket-path = /tmp/dwm.sock
@ -100,17 +122,6 @@ label-title-padding = 1
label-title-foreground = ${colors.primary} label-title-foreground = ${colors.primary}
label-title-maxlen = 50 label-title-maxlen = 50
# Symbol of current layout
# Available tokens:
# %symbol%
label-layout = %symbol%
label-layout-padding = 1
label-layout-foreground = ${colors.foreground}
label-layout-background = ${colors.background}
# Text to show when currently focused window is floating
label-floating = ~
# States: focused, unfocused, visible, urgent, empty # States: focused, unfocused, visible, urgent, empty
# Available tokens: # Available tokens:
# %name% # %name%
@ -129,7 +140,7 @@ label-unfocused-padding = 1
# visible = Unselected tag, but occupied tag on any monitor # visible = Unselected tag, but occupied tag on any monitor
label-visible = %name% label-visible = %name%
label-visible-background = ${self.label-focused-background} label-visible-background = ${self.label-focused-background}
label-visible-foreground = ${colors.foreground} label-visible-foreground = ${colors.foreground2}
label-visible-underline = ${self.label-focused-underline} label-visible-underline = ${self.label-focused-underline}
label-visible-padding = ${self.label-focused-padding} label-visible-padding = ${self.label-focused-padding}
@ -141,10 +152,10 @@ label-urgent-padding = 1
# empty = Unselected and unoccupied tag # empty = Unselected and unoccupied tag
# This can be set to an empty string to hide empty tags # This can be set to an empty string to hide empty tags
label-empty = %name% label-empty =
label-empty-background = ${colors.background} label-empty-background = ${colors.background}
label-empty-foreground = ${colors.foreground2} label-empty-foreground = ${colors.foreground2}
label-empty-padding = 1 label-empty-padding = 0
[module/cmus] [module/cmus]
type = custom/script type = custom/script
@ -162,7 +173,8 @@ scroll-down = cmus-remote --volume -5%
label-font = 1 label-font = 1
format = <label> format = <label>
format-underline = ${colors.line} format-underline = ${colors.line}
label = %output% #label = %output%
label = Playing: %output%
label-maxlen = 80 label-maxlen = 80
[module/spotify] [module/spotify]
@ -229,7 +241,8 @@ format-disconnected =
[module/date] [module/date]
type = internal/date type = internal/date
label = %date% #label = %date%
label = %date%
date = %Y-%m-%d date = %Y-%m-%d
time = %H:%M:%S time = %H:%M:%S
interval = 1 interval = 1
@ -237,7 +250,7 @@ interval = 1
[module/time] [module/time]
type = internal/date type = internal/date
label = %time% label = %time%
time = %H:%M:%S time = %H%M.%S
interval = 1 interval = 1
[module/filesystem] [module/filesystem]
@ -259,12 +272,16 @@ label = %output%
[module/pulseaudio] [module/pulseaudio]
type = internal/pulseaudio type = internal/pulseaudio
format-volume = <label-volume> <bar-volume> #format-volume = <label-volume> <bar-volume>
label-volume = %percentage%% format-volume = <label-volume>
#label-volume = %percentage%%
label-volume = %percentage%%
label-volume-foreground = ${root.foreground} label-volume-foreground = ${root.foreground}
format-muted = <label-muted> <bar-volume> #format-muted = <label-muted> <bar-volume>
label-muted = %percentage%% format-muted = <label-muted>
#label-muted = %percentage%%
label-muted = %percentage%%
label-muted-foreground = ${colors.red} label-muted-foreground = ${colors.red}
bar-volume-width = 10 bar-volume-width = 10
@ -276,7 +293,7 @@ bar-volume-foreground-4 = ${colors.yellow}
bar-volume-foreground-5 = ${colors.yellow} bar-volume-foreground-5 = ${colors.yellow}
bar-volume-foreground-6 = ${colors.red} bar-volume-foreground-6 = ${colors.red}
bar-volume-gradient = false bar-volume-gradient = false
bar-volume-indicator = > bar-volume-indicator =
bar-volume-indicator-font = 0 bar-volume-indicator-font = 0
bar-volume-fill = ─ bar-volume-fill = ─
bar-volume-fill-font = 0 bar-volume-fill-font = 0

Loading…
Cancel
Save