dotfiles/config/i3/bar.sh
Smirnov Olexandr 0d2b7d6ba3 🎨 Update
2020-11-25 20:53:55 +02:00

4 lines
107 B
Bash
Executable file

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