Fixed setup

This commit is contained in:
2025-10-19 01:10:40 +02:00
parent f0d5e5cb28
commit daa5edc98b
5 changed files with 174 additions and 17 deletions

10
waybar/waybar.sh Executable file
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 &