diff options
| author | Ja.KooLit <jimmielovejay@gmail.com> | 2023-11-19 12:22:05 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-19 12:22:05 +0900 |
| commit | fb614caa72259511682ee8d7651532a783d45ec8 (patch) | |
| tree | c256dcac1c406abaa89f532d7e4b56ead2e22f3f /config/hypr/scripts/WallpaperSelect.sh | |
| parent | 832ad0456d2f9dace1e629fbf08650fc4dd95a32 (diff) | |
| parent | 68819bdfc574a6c0e3cdd1786972275df13c8d20 (diff) | |
Merge pull request #27 from JaKooLit/rofi
Rofi, releases-dots, creation of wiki
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 |
