aboutsummaryrefslogtreecommitdiffstats
path: root/polybar
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-10-22 12:37:43 +0100
committerYann Herklotz <ymherklotz@gmail.com>2018-10-22 12:37:43 +0100
commit1e838030c7543af54b362a021ee95f78e5fb0c8a (patch)
treeb3f11088c5e50266e727e930386bf0585a4fc366 /polybar
parent0a24993ecfa4cb8e1337086d28bfe7a7b1f6a504 (diff)
downloaddotfiles-1e838030c7543af54b362a021ee95f78e5fb0c8a.tar.gz
dotfiles-1e838030c7543af54b362a021ee95f78e5fb0c8a.zip
Fix foreground for different themes
Diffstat (limited to 'polybar')
-rw-r--r--polybar/config42
1 files changed, 21 insertions, 21 deletions
diff --git a/polybar/config b/polybar/config
index b52b3f0..8e36705 100644
--- a/polybar/config
+++ b/polybar/config
@@ -48,7 +48,7 @@ font-4 = Font Awesome 5 Brands:style=Regular:pixelsize=14
modules-left = i3
modules-center = date
-modules-right = filesystem xbacklight volume xkeyboard memory cpu wlan eth battery temperature powermenu
+modules-right = volume filesystem memory cpu wlan eth battery powermenu
tray-position = right
tray-padding = 2
@@ -78,7 +78,7 @@ type = internal/xkeyboard
blacklist-0 = num lock
format-prefix = " "
-format-prefix-foreground = ${colors.foreground-alt}
+format-prefix-foreground = ${colors.foreground}
format-prefix-underline = ${colors.primary}
label-layout = %layout%
@@ -97,7 +97,7 @@ mount-0 = /
label-mounted = %{F#0a81f5}%mountpoint%%{F-}: %percentage_used%%
label-unmounted = %mountpoint% not mounted
-label-unmounted-foreground = ${colors.foreground-alt}
+label-unmounted-foreground = ${colors.foreground}
[module/i3]
type = internal/i3
@@ -114,7 +114,7 @@ label-mode-background = ${colors.primary}
; focused = Active workspace on focused monitor
label-focused = %index%
-label-focused-background = ${colors.background-alt}
+label-focused-background = ${colors.background}
label-focused-underline = ${colors.primary}
label-focused-padding = 1
@@ -154,14 +154,14 @@ label = BL
bar-width = 10
bar-indicator = |
-bar-indicator-foreground = #ff
+bar-indicator-foreground = #00
bar-indicator-font = 2
bar-fill = ─
bar-fill-font = 2
bar-fill-foreground = ${colors.primary}
bar-empty = ─
bar-empty-font = 2
-bar-empty-foreground = ${colors.foreground-alt}
+bar-empty-foreground = ${colors.foreground}
[module/backlight-acpi]
inherit = module/xbacklight
@@ -172,7 +172,7 @@ card = intel_backlight
type = internal/cpu
interval = 2
format-prefix = " "
-format-prefix-foreground = ${colors.foreground-alt}
+format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.primary}
label = "%percentage:2%%"
@@ -180,7 +180,7 @@ label = "%percentage:2%%"
type = internal/memory
interval = 2
format-prefix = " "
-format-prefix-foreground = ${colors.foreground-alt}
+format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.primary}
label = "%percentage_used%%"
@@ -197,14 +197,14 @@ format-disconnected =
;format-disconnected = <label-disconnected>
;format-disconnected-underline = ${self.format-connected-underline}
;label-disconnected = %ifname% disconnected
-;label-disconnected-foreground = ${colors.foreground-alt}
+;label-disconnected-foreground = ${colors.foreground}
ramp-signal-0 = 
ramp-signal-1 = 
ramp-signal-2 = 
ramp-signal-3 = 
ramp-signal-4 = 
-ramp-signal-foreground = ${colors.foreground-alt}
+ramp-signal-foreground = ${colors.foreground}
[module/eth]
type = internal/network
@@ -213,14 +213,14 @@ interval = 3.0
format-connected-underline = ${colors.primary}
format-connected-prefix = " "
-format-connected-prefix-foreground = ${colors.foreground-alt}
+format-connected-prefix-foreground = ${colors.foreground}
label-connected = %local_ip%
format-disconnected =
;format-disconnected = <label-disconnected>
;format-disconnected-underline = ${self.format-connected-underline}
;label-disconnected = %ifname% disconnected
-;label-disconnected-foreground = ${colors.foreground-alt}
+;label-disconnected-foreground = ${colors.foreground}
[module/date]
type = internal/date
@@ -233,7 +233,7 @@ time = %H:%M
time-alt = %H:%M:%S
format-prefix = " "
-format-prefix-foreground = ${colors.foreground-alt}
+format-prefix-foreground = ${colors.foreground}
format-underline = ${colors.primary}
label = %date% %time%
@@ -246,8 +246,8 @@ label-volume = VOL
label-volume-foreground = ${root.foreground}
format-muted-prefix = " "
-format-muted-foreground = ${colors.foreground-alt}
-label-muted = sound muted
+format-muted-foreground = ${colors.foreground}
+label-muted = MUT
bar-volume-width = 10
bar-volume-foreground-0 = ${colors.primary}
@@ -264,7 +264,7 @@ bar-volume-fill = ─
bar-volume-fill-font = 2
bar-volume-empty = ─
bar-volume-empty-font = 2
-bar-volume-empty-foreground = ${colors.foreground-alt}
+bar-volume-empty-foreground = ${colors.foreground}
[module/battery]
type = internal/battery
@@ -279,18 +279,18 @@ format-discharging = <ramp-capacity> <label-discharging>
format-discharging-underline = ${self.format-charging-underline}
format-full-prefix = " "
-format-full-prefix-foreground = ${colors.foreground-alt}
+format-full-prefix-foreground = ${colors.foreground}
format-full-underline = ${self.format-charging-underline}
ramp-capacity-0 = 
ramp-capacity-1 = 
ramp-capacity-2 = 
-ramp-capacity-foreground = ${colors.foreground-alt}
+ramp-capacity-foreground = ${colors.foreground}
animation-charging-0 = 
animation-charging-1 = 
animation-charging-2 = 
-animation-charging-foreground = ${colors.foreground-alt}
+animation-charging-foreground = ${colors.foreground}
animation-charging-framerate = 750
[module/temperature]
@@ -310,7 +310,7 @@ label-warn-foreground = ${colors.secondary}
ramp-0 = 
ramp-1 = 
ramp-2 = 
-ramp-foreground = ${colors.foreground-alt}
+ramp-foreground = ${colors.foreground}
[module/powermenu]
type = custom/menu
@@ -324,7 +324,7 @@ label-open-foreground = ${colors.secondary}
label-close =  cancel
label-close-foreground = ${colors.secondary}
label-separator = |
-label-separator-foreground = ${colors.foreground-alt}
+label-separator-foreground = ${colors.foreground}
menu-0-0 = reboot
menu-0-0-exec = menu-open-1