diff options
Diffstat (limited to 'config/hypr/scripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/scripts/WallpaperEffects.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/hypr/scripts/WallpaperEffects.sh b/config/hypr/scripts/WallpaperEffects.sh index fc88ba1e..06519c5b 100755 --- a/config/hypr/scripts/WallpaperEffects.sh +++ b/config/hypr/scripts/WallpaperEffects.sh @@ -92,6 +92,7 @@ main() { [[ "$effect" != "No Effects" ]] && options+=("$effect") done + "${XDG_CONFIG_HOME:-$HOME/.config}/hypr/scripts/RofiFocusedWallpaperLink.sh" >/dev/null 2>&1 || true choice=$(printf "%s\n" "${options[@]}" | LC_COLLATE=C sort | rofi -dmenu -i -config $rofi_theme) # Process user choice |
