Added arch files
This commit is contained in:
7
arch/polybar/launch.sh
Executable file
7
arch/polybar/launch.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall -q polybar
|
||||
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
polybar mybar
|
||||
Reference in New Issue
Block a user