5 lines
130 B
Bash
5 lines
130 B
Bash
|
polybar-msg cmd quit
|
||
|
echo "---" | tee -a /tmp/polybar.log
|
||
|
polybar 2>&1 | tee -a /tmp/polybar.log & disown
|
||
|
echo "Bars launched..."
|