diff --git a/hypr/scripts/launch-menu.sh b/hypr/scripts/launch-menu.sh index 668500a..b58bcce 100755 --- a/hypr/scripts/launch-menu.sh +++ b/hypr/scripts/launch-menu.sh @@ -1,13 +1,12 @@ #!/usr/bin/env bash SCRIPTS="$HOME/.config/hypr/menu.list" -SCRIPT_PATH="$HOME/.config/hypr/scripts" # Kill existing tofi instance if running pkill -x tofi || { chosen=$(cut -d'=' -f1 "$SCRIPTS" | tofi) if [ -n "$chosen" ]; then script=$(awk -F= -v sel="$chosen" '$1==sel {print $2}' "$SCRIPTS") - [ -n "$SCRIPT_PATH/$script" ] && eval "$SCRIPT_PATH/$script" & + [ -n "$script" ] && eval "$script" & fi } diff --git a/hypr/wallpapers/Purple-blurred.jpg b/hypr/wallpapers/Purple-blurred.jpg index 06626c6..7852f06 100644 Binary files a/hypr/wallpapers/Purple-blurred.jpg and b/hypr/wallpapers/Purple-blurred.jpg differ diff --git a/hypr/wallpapers/Purple.jpg b/hypr/wallpapers/Purple.jpg index 1f512e6..1ec2c2c 100644 Binary files a/hypr/wallpapers/Purple.jpg and b/hypr/wallpapers/Purple.jpg differ