aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts
diff options
context:
space:
mode:
authorJaKooLit <jimmielovejay@gmail.com>2024-06-03 21:24:17 +0900
committerJaKooLit <jimmielovejay@gmail.com>2024-06-03 21:24:17 +0900
commitd3c1f547820b944a3e9269db194f31637b50ea73 (patch)
treed7448a9e112737521573e5a8600b76b42c229e02 /config/hypr/UserScripts
parent7debb1a722465d7a36b6d13c36d398be99f3388b (diff)
updated wallpaper effects
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