Dotfiles/polybar/scripts/launch.sh
2023-02-03 19:12:16 +01:00

6 lines
No EOL
142 B
Bash
Executable file

#!/bin/bash
killall -q polybar
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
polybar main 2>&1 | tee -a /tmp/polybar1.log & disown