dotfiles/.config/polybar/launch.sh
2024-11-04 17:40:36 -05:00

6 lines
95 B
Bash
Executable file

#!/bin/bash
killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
polybar &