i3 / desktop stuff.

This commit is contained in:
2021-12-06 18:00:25 -07:00
parent acce21bbc1
commit 3624fa124c
13 changed files with 790 additions and 0 deletions
+12
View File
@@ -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