From 0974f2dec7fbea4b10320b4892a218dc7a38407c Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 6 May 2018 01:56:37 -0500 Subject: [PATCH] Polybar: Start the right bar --- .config/polybar/start.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.config/polybar/start.sh b/.config/polybar/start.sh index 4f94fc06..4cd5746c 100755 --- a/.config/polybar/start.sh +++ b/.config/polybar/start.sh @@ -14,8 +14,7 @@ if [[ $PB_MONITOR == "" ]]; then exit 1 fi printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR' -polybar -r primary-left& -polybar -r primary-right& +polybar -r primary-top& # ...and then moving on to secondaries, if we have them # Alright, now this looks *really* bad, spawning so many subprocesses, but # there's no way in hell you can get me to attempt to solve this with regex.