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