From d3c1f547820b944a3e9269db194f31637b50ea73 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 3 Jun 2024 21:24:17 +0900 Subject: [PATCH] updated wallpaper effects --- config/hypr/UserScripts/WallpaperEffects.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 9be5957..84f8fd7 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