i3 / desktop stuff.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall -q polybar
|
||||
wal -i ~/.wallpapers/dark/
|
||||
xrdb -merge ~/.Xresources
|
||||
while pgrep -u $UID -x polybar >/dev/null; do
|
||||
sleep 1; done
|
||||
|
||||
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||
MONITOR=$m polybar --reload default &
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user