improved install.sh, added nvim

This commit is contained in:
2022-07-09 19:22:31 -04:00
parent 4ce08af69a
commit 51381f96ab
353 changed files with 23883 additions and 1140 deletions
+4 -6
View File
@@ -1,12 +1,10 @@
#!/bin/bash
killall -q polybar
wal -i ~/.wallpapers/dark/
xrdb -merge ~/.Xresources
while pgrep -u $UID -x polybar >/dev/null; do
sleep 1; done
#while pgrep -u $UID -x polybar >/dev/null; do
# sleep 0.5; done
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar --reload default &
MONITOR=$m polybar --reload &
done