6 lines
No EOL
142 B
Bash
Executable file
6 lines
No EOL
142 B
Bash
Executable file
#!/bin/bash
|
|
|
|
killall -q polybar
|
|
|
|
echo "---" | tee -a /tmp/polybar1.log /tmp/polybar2.log
|
|
polybar main 2>&1 | tee -a /tmp/polybar1.log & disown |