improved install.sh, added nvim
This commit is contained in:
+4
-6
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user