diff options
Diffstat (limited to '.config/polybar/powerline.ini')
-rw-r--r-- | .config/polybar/powerline.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/polybar/powerline.ini b/.config/polybar/powerline.ini index 5343edb..85ace58 100644 --- a/.config/polybar/powerline.ini +++ b/.config/polybar/powerline.ini @@ -23,13 +23,12 @@ content-background = ${colors.module-color-1} type = custom/text content = "" content-font = 4 -content-foreground = ${colors.module-color-1} +content-foreground = ${colors.module-color-0} content-background = ${colors.background} [module/powerline4] type = custom/text -content = "" +content = "" content-font = 4 content-foreground = ${colors.module-color-1} content-background = ${colors.background} - |