Polybar: A bar, bars, and miscellaneous refactoring

I'm bored as shit right now
This commit is contained in:
2018-06-20 22:04:13 -05:00
parent c51c971d6d
commit 774607b07d
2 changed files with 68 additions and 25 deletions

View File

@@ -15,6 +15,7 @@ if [[ $PB_MONITOR == "" ]]; then
fi
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
polybar -r primary&
polybar -r primary-2&
# ...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.