dotfiles/.config/polybar/launch.sh

9 lines
142 B
Bash
Raw Normal View History

2022-06-09 18:22:03 +02:00
#!/bin/env bash
pkill polybar >/dev/null
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
polybar primary &
polybar secondary &