5 lines
122 B
Bash
Executable file
5 lines
122 B
Bash
Executable file
# Quit all bars
|
|
polybar-msg cmd quit
|
|
|
|
# Launch the bar
|
|
polybar turbo-top-main 2>&1 | tee -a /tmp/polybar-top.log & disown
|