add niri setup

This commit is contained in:
2025-10-02 05:44:34 +02:00
parent cc537fc029
commit 7d07282234
27 changed files with 2105 additions and 95 deletions

10
waybar-niri/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 &