7 lines
129 B
Bash
Executable file
7 lines
129 B
Bash
Executable file
#!/bin/bash
|
|
|
|
|
|
polybar-msg cmd quit
|
|
|
|
echo "---" | tee -a /tmp/polybar1.log
|
|
polybar bar1 2>&1 | tee -a /tmp/polybar1.log & disown
|