Files
dotfiles/.config/polybar/launch.sh
2020-05-24 11:27:39 +02:00

7 lines
123 B
Bash
Executable File

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