diff options
author | lonkaars <l.leblansch@gmail.com> | 2020-10-15 21:51:19 +0200 |
---|---|---|
committer | lonkaars <l.leblansch@gmail.com> | 2020-10-15 21:51:19 +0200 |
commit | 924b6bc3826edd5686a6544e2ad4ef9c1319a6c8 (patch) | |
tree | 1e8d6e5bea80188e23535f47ab1613bda1a4357b /.config/polybar | |
parent | 5315593f5804ca7d070dd012c69cac375069e72a (diff) |
mountaineer :cool_glasses:
Diffstat (limited to '.config/polybar')
-rw-r--r-- | .config/polybar/config | 35 |
1 files changed, 14 insertions, 21 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 86ca1e7..f718a84 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -103,32 +103,25 @@ pseudo-transparency = false [color] -bg = #191a19 -fg = #c5c5c5 -fg-alt = #191a19 +bg = #050505 +fg = #f0f0f0 +fg-alt = #050505 alpha = #00000000 -shade1 = #6B6543 -shade2 = #83795B -shade3 = #9B8D73 -shade4 = #B3A18C - -shade-fg = #191a19 - [module/alsa] type = internal/alsa format-volume = <ramp-volume> <label-volume> -format-volume-background = ${color.shade4} -format-volume-foreground = ${color.shade-fg} +format-volume-background = ${color.bg} +format-volume-foreground = ${color.fg} format-volume-padding = ${barsettings.padding} label-volume = %percentage%% format-muted-prefix = " " -format-muted-background = ${color.shade-fg} -format-muted-foreground = ${color.shade4} +format-muted-background = ${color.fg} +format-muted-foreground = ${color.bg} format-muted-padding = ${barsettings.padding} label-muted = "Muted" @@ -203,8 +196,8 @@ type = internal/date interval = 1.0 time = %A, %B %d format = <label> -format-background = ${color.shade3} -format-foreground = ${color.shade-fg} +format-background = ${color.bg} +format-foreground = ${color.fg} format-padding = ${barsettings.padding} label = %time% @@ -214,8 +207,8 @@ type = internal/date interval = 1.0 time = %H:%M format = <label> -format-background = ${color.shade1} -format-foreground = ${color.shade-fg} +format-background = ${color.bg} +format-foreground = ${color.fg} format-padding = ${barsettings.padding} label = %time% @@ -228,7 +221,7 @@ interval = 3 format = <label> format-prefix = format-background = ${color.bg} -format-foreground = ${color.shade1} +format-foreground = ${color.fg} format-padding = ${barsettings.padding} label = " %mb_used%" @@ -258,8 +251,8 @@ exec = ~/.config/polybar-forecast/target/release/polybar-forecast interval = 120 exec-if = ping openweathermap.org -c 1 label-font = 2 -format-background = ${color.shade2} -format-foreground = ${color.shade-fg} +format-background = ${color.bg} +format-foreground = ${color.fg} format-padding = ${barsettings.padding} [module/whoami] |