major restructuring for using snowfall
This commit is contained in:
8
non-nix/polybar/startup.sh
Executable file
8
non-nix/polybar/startup.sh
Executable file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#boot a polybar for each monitor
|
||||
pkill polybar
|
||||
|
||||
polybar -m | sed s/:.*// | tac | while read -r monitor
|
||||
do
|
||||
monitor=$monitor polybar main &> /dev/null &
|
||||
done
|
Reference in New Issue
Block a user