2024-04-08 19:11:39 -06:00
|
|
|
#!/usr/bin/env sh
|
2025-02-19 21:56:37 -07:00
|
|
|
command -v /usr/bin/polybar || return 0
|
2024-04-08 19:11:39 -06:00
|
|
|
|
|
|
|
|
killall -q polybar
|
|
|
|
|
|
|
|
|
|
while pgrep -x polybar &>/dev/null; do sleep 0.1; done
|
|
|
|
|
|
2025-02-19 21:56:37 -07:00
|
|
|
/usr/bin/polybar i3 &
|