diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2024-05-01 12:15:49 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-01 12:15:49 +0900 |
| commit | 41c3de1b08d253a8b9a78f7c15ee1eb2ac1d9395 (patch) | |
| tree | 7b406b2f4c32ead3fa939513d0bf7e92113d2edd /config/hypr/UserScripts/WallpaperSelect.sh | |
| parent | 8cda78812d9c70d83fff37d19c1d8362e07efb10 (diff) | |
| parent | f0fafb2890419a07616e71463e89aea26be62091 (diff) | |
Merge pull request #225 from JaKooLit/development
V2.2.9 released
Diffstat (limited to 'config/hypr/UserScripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperSelect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/UserScripts/WallpaperSelect.sh b/config/hypr/UserScripts/WallpaperSelect.sh index 8aa9bdd8..de9c6546 100755 --- a/config/hypr/UserScripts/WallpaperSelect.sh +++ b/config/hypr/UserScripts/WallpaperSelect.sh @@ -25,7 +25,7 @@ RANDOM_PIC="${PICS[$((RANDOM % ${#PICS[@]}))]}" RANDOM_PIC_NAME="${#PICS[@]}. random" # Rofi command -rofi_command="rofi -show -dmenu -config ~/.config/rofi/config-wallpaper.rasi" +rofi_command="rofi -i -show -dmenu -config ~/.config/rofi/config-wallpaper.rasi" menu() { for i in "${!PICS[@]}"; do |
