1
0
Fork 0
dotfiles/polybar/launch.sh

8 lines
142 B
Bash
Raw Permalink Normal View History

2024-04-14 13:32:04 +00:00
polybar-msg cmd quit
echo "---" | tee -a /tmp/polybar.log
polybar MyBar 2>&1 | tee -a /tmp/polybar.log & disown
echo "Bars launched ... "