Adjusts after using the system for some time
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Terminate already running bar instances
|
||||
#killall -q polybar
|
||||
pkill polybar
|
||||
pkill polybar
|
||||
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user