diff options
| author | JaKooLit <jimmielovejay.com> | 2023-11-19 01:32:41 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay.com> | 2023-11-19 01:32:41 +0900 |
| commit | e25fe4fdec7fe8d862df2c4e44ec83ccf90f13c7 (patch) | |
| tree | 10fddb0d787f1da5803eb8e1f2ac07f00334122d /config/hypr/scripts/WallpaperSelect.sh | |
| parent | 832ad0456d2f9dace1e629fbf08650fc4dd95a32 (diff) | |
Rofi changes
Diffstat (limited to 'config/hypr/scripts/WallpaperSelect.sh')
| -rwxr-xr-x | config/hypr/scripts/WallpaperSelect.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/scripts/WallpaperSelect.sh b/config/hypr/scripts/WallpaperSelect.sh index c989adf3..24fcae2e 100755 --- a/config/hypr/scripts/WallpaperSelect.sh +++ b/config/hypr/scripts/WallpaperSelect.sh @@ -18,7 +18,7 @@ RANDOM_PIC="${PICS[$((RANDOM % ${#PICS[@]}))]}" RANDOM_PIC_NAME="${#PICS[@]}. random" # Rofi command -rofi_command="rofi -dmenu -config ~/.config/rofi/config-short.rasi" +rofi_command="rofi -dmenu -config ~/.config/rofi/config-wallpaper.rasi" menu() { for i in "${!PICS[@]}"; do |
