Adjusts after using the system for some time

This commit is contained in:
2022-03-06 09:40:49 +01:00
parent e0e26d4488
commit 768a45b3d4
13 changed files with 869 additions and 750 deletions

View File

@@ -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