From 5d227095cceb39880530bf75ae511a41ec33454a Mon Sep 17 00:00:00 2001 From: kody Date: Mon, 15 Dec 2025 10:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(hypr):=20=E5=88=A0=E9=99=A4=E4=B8=8D?= =?UTF-8?q?=E5=BF=85=E8=A6=81=E7=9A=84=E6=B5=8B=E8=AF=95=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hypr/scripts/test.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 hypr/scripts/test.sh diff --git a/hypr/scripts/test.sh b/hypr/scripts/test.sh deleted file mode 100644 index e70e071..0000000 --- a/hypr/scripts/test.sh +++ /dev/null @@ -1,3 +0,0 @@ -WALLPAPER_DIR="$HOME/Pictures/Wallpapers/" -NEXT_WALLPAPER=$(find "$WALLPAPER_DIR" -type f \( -name "*.jpg" -o -name "*.jpeg" -o -name "*.png" -o -name "*.gif" -o -name "*.webp" \) 2>/dev/null | shuf -n1) -echo "$NEXT_WALLPAPER"