dotfiles/config/polybar/launch.sh
Smirnov Olexandr 394d56fa69 🔖 Update config
2020-10-31 22:52:51 +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 &