dotfiles/config/i3/bar.sh

4 lines
105 B
Bash
Executable file

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