From d3c1f547820b944a3e9269db194f31637b50ea73 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 3 Jun 2024 21:24:17 +0900 Subject: updated wallpaper effects --- config/hypr/UserScripts/WallpaperEffects.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/UserScripts') 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 -- cgit v1.2.3