Polybar: Start the right bar
This commit is contained in:
parent
cc174ff33d
commit
0974f2dec7
@ -14,8 +14,7 @@ if [[ $PB_MONITOR == "" ]]; then
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
|
printf '[INFO] Starting Polybar primary on monitor $PB_MONITOR'
|
||||||
polybar -r primary-left&
|
polybar -r primary-top&
|
||||||
polybar -r primary-right&
|
|
||||||
# ...and then moving on to secondaries, if we have them
|
# ...and then moving on to secondaries, if we have them
|
||||||
# Alright, now this looks *really* bad, spawning so many subprocesses, but
|
# 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.
|
# there's no way in hell you can get me to attempt to solve this with regex.
|
||||||
|
Loading…
Reference in New Issue
Block a user