extract niri module, remove sway

This commit is contained in:
2026-06-19 13:12:15 +02:00
parent df609d9d98
commit 872d35242f
153 changed files with 65 additions and 168 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
WALLPAPER=$(find "$HOME/.config/niri/wallpapers" -maxdepth 1 -type f \( -name "*.png" -o -name "*.jpg" -o -name "*.jpeg" \) | shuf -n 1)
awww img "$WALLPAPER" --transition-type random --transition-duration 2 --transition-fps 60