This commit is contained in:
Yusuf İpek
2023-06-01 17:45:20 +03:00
parent 075c3c7b1a
commit da3a33c689
12 changed files with 1374 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env sh
# Terminate already running bar instances
killall -q waybar
# Wait until the processes have been shut down
while pgrep -x waybar >/dev/null; do sleep 1; done
# Launch main
waybar