dotfiles/.config/bspwm/scripts/launch-polybar.sh
2024-01-28 16:37:10 -06:00

7 lines
147 B
Bash
Executable File

#!/bin/bash
killall -q polybar
polybar primary 2>&1 | tee -a /tmp/polybar.log & disown
polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown