feat(ranger): 添加Ranger配置文件
This commit is contained in:
3
hypr/scripts/test.sh
Normal file
3
hypr/scripts/test.sh
Normal 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"
|
||||
Reference in New Issue
Block a user