diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-16 10:53:08 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-16 10:53:08 +0900 |
| commit | 47a6c42c77244b4b18f6e074542c15bc43bc4273 (patch) | |
| tree | a50caee93fc0c2f0d8c02f6d0120af71cc24f1ac /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | 2647d90c60a88e91b12ec6c059d16512bc08d275 (diff) | |
updated some scripts for better notification visibility. Swaync notification width reduce to look better
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
| -rwxr-xr-x | config/hypr/UserScripts/WallpaperEffects.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh index b98b572b..08eaf924 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" "$(printf "\n No wallpaper effects")" + notify-send -u low -i "$iDIR/bell.png" " No wallpaper effects" # 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" "$(printf "\n Applying\n $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" "$(printf "\n $choice effects\n applied")" + notify-send -u low -i "$iDIR/bell.png" " $choice effects" " applied" else echo "Effect '$choice' not recognized." fi |
