Some config files added

This commit is contained in:
ManOfGoldForever 2025-11-10 12:37:40 -05:00
commit 7e2ddc1054
33 changed files with 1470 additions and 0 deletions

10
.config/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 &