nixos/home/desktop/config/bspwm/startup.sh

6 lines
149 B
Bash
Raw Normal View History

2023-04-11 09:50:19 +01:00
nitrogen --restore
polybar-msg cmd quit
echo "---" | tee -a /tmp/polybar.log
polybar 2>&1 | tee -a /tmp/polybar.log & disown
echo "Bars launched..."