summaryrefslogtreecommitdiff
path: root/.config/polybar/launch.sh
blob: c4e683a6c886b786c493b3f826963d26d7dd5621 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

killall -q polybar
echo "---" | tee -a /tmp/polybar1.log
polybar mybar 2>&1 | tee -a /tmp/polybar1.log & disown

 echo "Bar launched"