11 lines
237 B
Bash
Executable File
11 lines
237 B
Bash
Executable File
#!/bin/sh
|
|
|
|
killall -q polybar
|
|
|
|
# cerritos setup
|
|
polybar primary 2>&1 | tee -a /tmp/polybar.log & disown
|
|
polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown
|
|
|
|
# defiant setup
|
|
# polybar primary 2>&1 | tee -a /tmp/polybar.log & disown
|