From 780d762f3ab2fbb9d72f04402de031df5ee1863b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Jan 2025 22:00:38 +0900 Subject: minor scripts updated for better notification --- config/hypr/UserScripts/WallpaperEffects.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/hypr/UserScripts/WallpaperEffects.sh') diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index 08eaf924..1e84742b 100755 --- a/config/hypr/UserScripts/WallpaperEffects.sh +++ b/config/hypr/UserScripts/WallpaperEffects.sh @@ -49,7 +49,7 @@ no-effects() { sleep 2 "$SCRIPTSDIR/Refresh.sh" - notify-send -u low -i "$iDIR/bell.png" " No wallpaper effects" + notify-send -u low -i "$iDIR/bell.png" "No wallpaper" "effects applied" # copying wallpaper for rofi menu cp "$current_wallpaper" "$wallpaper_output" } @@ -71,7 +71,7 @@ main() { no-effects elif [[ "${effects[$choice]+exists}" ]]; then # Apply selected effect - notify-send -u normal -i "$iDIR/bell.png" " Applying:" " $choice effects" + notify-send -u normal -i "$iDIR/bell.png" "Applying:" "$choice effects" eval "${effects[$choice]}" # Wait for effects to be applied sleep 1 @@ -85,7 +85,7 @@ main() { sleep 0.5 # Refresh rofi, waybar, wallust palettes "${SCRIPTSDIR}/Refresh.sh" - notify-send -u low -i "$iDIR/bell.png" " $choice effects" " applied" + notify-send -u low -i "$iDIR/bell.png" "$choice" "effects applied" else echo "Effect '$choice' not recognized." fi -- cgit v1.2.3