diff options
-rw-r--r-- | .config/polybar/config.ini | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.config/polybar/config.ini b/.config/polybar/config.ini index 204fd42..62daf34 100644 --- a/.config/polybar/config.ini +++ b/.config/polybar/config.ini @@ -11,12 +11,12 @@ black = #000 white = #FFF gray = #99a0ba alert = #bd2c40 -focused-bg = #92ba74 +focused-bg = #1c63a5 unfocused-bg = #2f333c visible-bg = #182858 [bar/bar1] -bottom = false +bottom = true enable-ipc = true fixed-center = true monitor-fallback = eDP-1 @@ -69,8 +69,7 @@ label-mode-background = ${colors.purple} label-mode-foreground = ${colors.black} label-focused-background = ${colors.focused-bg} -label-focused-foreground = ${colors.unfocused-bg} - +label-focused-foreground = #fff label-unfocused-background = ${colors.unfocused-bg} label-visible-background = ${colors.visible-bg} label-urgent-background = ${colors.alert} |