6 lines
149 B
Bash
Executable file
6 lines
149 B
Bash
Executable file
nitrogen --restore
|
|
polybar-msg cmd quit
|
|
echo "---" | tee -a /tmp/polybar.log
|
|
polybar 2>&1 | tee -a /tmp/polybar.log & disown
|
|
echo "Bars launched..."
|