Dotfiles/polybar/scripts/launch.sh

6 lines
142 B
Bash
Raw Normal View History

2023-02-03 18:12:16 +00:00
#!/bin/bash
killall -q polybar
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
polybar main 2>&1 | tee -a /tmp/polybar1.log & disown