diff options
author | Adam Stück <adam@adast.xyz> | 2023-02-07 17:28:10 +0100 |
---|---|---|
committer | Adam Stück <adam@adast.xyz> | 2023-02-07 17:28:10 +0100 |
commit | f86e5f92297b9370ce23a4ba8ce552e738bf6f07 (patch) | |
tree | 5abaefe4a9c3c51a6fb52327c44b5726e63bb42d | |
parent | 55ff072dbd172836c71ba9ac06bd62a709693c8f (diff) |
polybar: updated colours again
Also set bottom to be default bar position
-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} |