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

9 lines
144 B
Bash
Executable File

#!/bin/sh
killall -q polybar
polybar bspbar1 >> /tmp/polybar1.log 2>&1 &
polybar bspbar2 >> /tmp/polybar1.log 2>&1 &
echo "Bars launched..."