From 8035acc5d66498beb2a7504671e80ba6f3888611 Mon Sep 17 00:00:00 2001 From: mr-forust Date: Fri, 22 May 2026 21:02:33 +0200 Subject: [PATCH] swww wallpaper changer --- .config/swww/swww.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 .config/swww/swww.sh diff --git a/.config/swww/swww.sh b/.config/swww/swww.sh new file mode 100755 index 0000000..9bd425c --- /dev/null +++ b/.config/swww/swww.sh @@ -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"