old-dotfiles/.config/polybar/launch.sh

9 lines
144 B
Bash
Raw Permalink Normal View History

2023-04-18 10:01:23 +02:00
#!/bin/sh
killall -q polybar
polybar bspbar1 >> /tmp/polybar1.log 2>&1 &
polybar bspbar2 >> /tmp/polybar1.log 2>&1 &
echo "Bars launched..."