update neovim config to use lazy, fix some issues with screens in general
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
killall -q polybar
|
||||
|
||||
#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 -c ~/.config/polybar/fluxbox-config.ini --reload &
|
||||
done
|
||||
Reference in New Issue
Block a user