i3-gaps, polybar
This commit is contained in:
5
.config/polybar/backup/launch.sh
Executable file
5
.config/polybar/backup/launch.sh
Executable file
@ -0,0 +1,5 @@
|
||||
#!/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