fix(hypr): 删除不必要的测试文件
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user