From 5935f07467e7c8d7ec8859890abb682ab43362c9 Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 31 Jan 2018 19:45:01 -0600 Subject: [PATCH] Polybar: Change i3 module prefix --- .config/polybar/config | 2 +- .config/polybar/start.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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