feat(ranger): 添加Ranger配置文件

This commit is contained in:
2025-12-15 10:02:47 +08:00
parent c1b5852314
commit 66e64a7774
18 changed files with 4279 additions and 2 deletions

3
hypr/scripts/test.sh Normal file
View File

@@ -0,0 +1,3 @@
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"