i3-gaps, polybar
This commit is contained in:
6
.config/polybar/launch.sh
Executable file
6
.config/polybar/launch.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
polybar example &
|
||||
polybar bottom &
|
||||
|
Reference in New Issue
Block a user