power menu, redshift, polybar
This commit is contained in:
6
.config/bspwm/scripts/launch-polybar.sh
Executable file
6
.config/bspwm/scripts/launch-polybar.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall -q polybar
|
||||
|
||||
polybar primary 2>&1 | tee -a /tmp/polybar.log & disown
|
||||
polybar secondary 2>&1 | tee -a /tmp/polybar.log & disown
|
Reference in New Issue
Block a user