dotfiles/arch/polybar/launch.sh
2022-12-16 16:41:25 -05:00

8 lines
108 B
Bash
Executable File

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