diff options
| author | Ja.KooLit <85185940+JaKooLit@users.noreply.github.com> | 2025-01-29 15:21:36 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-29 15:21:36 +0900 |
| commit | b1fb8eb7dca70f7dcfbde42e7713e4b47cf7b6b8 (patch) | |
| tree | 2096b4b884e61d92aa3aed791217dd8f478145c0 /config/hypr/UserScripts/WallpaperEffects.sh | |
| parent | 1436fe7b03be17f824ffecc5926184ef7837077d (diff) | |
| parent | fe7318f179d9e767e974e7613de3fdfdc8c3ddfd (diff) | |
Merge pull request #534 from JaKooLit/main
main to development synchronize
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 |
