diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-29 16:10:32 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 16:10:32 +0900 |
| commit | a6b009fe1b012c34da5aaf0798ba2eb4bcc2731f (patch) | |
| tree | f43034a1aa0ddd05a32e590254621f7fd9226f38 /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | ed4cd8ea4e146be0c98b5a083a2e289fb9e26eb0 (diff) | |
| parent | b1fb8eb7dca70f7dcfbde42e7713e4b47cf7b6b8 (diff) | |
Merge branch 'development' into windowrules
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 1e84742b..481489e9 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 applied" + notify-send -u low -i "$iDIR/ja.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/ja.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/ja.png" "$choice" "effects applied" else echo "Effect '$choice' not recognized." fi |
