fix(hypr): 删除不必要的测试文件

This commit is contained in:
2025-12-15 10:15:08 +08:00
parent 8ddbdbf90a
commit 5d227095cc

View File

@@ -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"