aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/UserScripts/WallpaperEffects.sh
diff options
context:
space:
mode:
authorJaKooLit <ejhay.games@gmail.com>2025-01-14 00:12:29 +0900
committerJaKooLit <ejhay.games@gmail.com>2025-01-14 00:12:29 +0900
commitdf57f9890b28aa6f5139e2917cee213031ba0e9c (patch)
tree644b7851f189af52bfde39a2658cfe0d2fd20d7c /config/hypr/UserScripts/WallpaperEffects.sh
parent2d7d7b685e6ad01bd7c390700c17738cba05e3b1 (diff)
some scripts are tweaked to get a better notification. swaync config tweaked
Diffstat (limited to 'config/hypr/UserScripts/WallpaperEffects.sh')
-rwxr-xr-xconfig/hypr/UserScripts/WallpaperEffects.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/hypr/UserScripts/WallpaperEffects.sh b/config/hypr/UserScripts/WallpaperEffects.sh
index f1984dab..b98b572b 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" "$(printf "\n 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" "Applying $choice effects"
+ notify-send -u normal -i "$iDIR/bell.png" "$(printf "\n Applying\n $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" "$(printf "\n $choice effects\n applied")"
else
echo "Effect '$choice' not recognized."
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage