diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2024-06-03 21:24:17 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2024-06-03 21:24:17 +0900 |
| commit | d3c1f547820b944a3e9269db194f31637b50ea73 (patch) | |
| tree | d7448a9e112737521573e5a8600b76b42c229e02 | |
| parent | 7debb1a722465d7a36b6d13c36d398be99f3388b (diff) | |
updated wallpaper effects
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 9be59570..84f8fd7b 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -59,10 +59,10 @@ no_effects() { # Function to run rofi menu main() { # Populate rofi menu options - options="No Effects\n" + options="No Effects" for effect in "${!effects[@]}"; do if [ "$effect" != "No Effects" ]; then - options+="$effect\n" + options+="\n$effect" fi done |
