giving the home PC config a bit of TLC
This commit is contained in:
8
bin/polybar
Executable file
8
bin/polybar
Executable file
@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env sh
|
||||
command -v polybar || return 0
|
||||
|
||||
killall -q polybar
|
||||
|
||||
while pgrep -x polybar &>/dev/null; do sleep 0.1; done
|
||||
|
||||
polybar i3 &
|
Reference in New Issue
Block a user