diff --git a/.config/polybar/config b/.config/polybar/config index c37f6be3..ab123f5d 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -113,7 +113,7 @@ content-foreground = ${res/colors.background-alt} [module/i3] type = internal/i3 format = -format-prefix =  +format-prefix = i3 format-prefix-padding = ${res/config.padding} format-prefix-foreground = ${res/colors.background} format-prefix-background = ${res/colors.icon-wm} diff --git a/.config/polybar/start.sh b/.config/polybar/start.sh index a27ddd4e..341123e2 100755 --- a/.config/polybar/start.sh +++ b/.config/polybar/start.sh @@ -22,7 +22,6 @@ if [[ $PB_MONITOR == "" ]]; then fi printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR' polybar -r primary-top& -polybar -r primary-bottom& # ...and then moving on to secondaries, if we have them # Alright, now this looks *really* bad, but there's no way in hell you can get # me to attempt to solve this with regex. Fuck regex. It starts more problems