aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr/UserScripts')
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperEffects.sh4
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage