1
0
dotfiles/gui/scripts/polybar.sh
erick-alcachofa ea989b8071
chore: Initial commit
Current dotfiles settings (previously hosted on github)
2025-03-01 21:43:33 -06:00

11 lines
221 B
Bash
Executable File

#!/usr/bin/env bash
polybar-msg cmd quit
while pgrep -u $UID -x polybar >/dev/null; do
sleep 1
done
polybar -q top 2>&1 | tee /tmp/polybar_top.log & disown
polybar -q bot 2>&1 | tee /tmp/polybar_bot.log & disown