1
0

swww wallpaper changer

This commit is contained in:
2026-05-22 21:02:33 +02:00
parent 94c10712c9
commit 8035acc5d6
+6
View File
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
WALLPAPERS_DIR="$HOME/.local/share/wallpaper/current"
WALLPAPER=$(find "$WALLPAPERS_DIR" -type f | shuf -n 1)
swww img "$WALLPAPER"