add polybar launch script
This commit is contained in:
5
polybar/launch.sh
Executable file
5
polybar/launch.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall polybar
|
||||
while pgrep -x polybar >/dev/null; do sleep 1; done
|
||||
polybar main -c ~/.config/polybar/config &
|
||||
Reference in New Issue
Block a user