feat(notifications): adding app name to all notifications that dont have it

This commit is contained in:
Sergio Laín 2024-05-26 20:50:14 +02:00
parent 1d823247f3
commit ba775a2292
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B
3 changed files with 3 additions and 3 deletions

View file

@ -8,4 +8,4 @@ swww img "$wallpaper" \
--transition-bezier 0.5,1.19,.8,.4 \
--transition-type wipe \
--transition-duration 2 \
--transition-fps 75 && notify-send "Wallpaper Changed" -i "$wallpaper"
--transition-fps 75 && notify-send "Wallpaper Changed" -i "$wallpaper" --app-name=Wallpaper

View file

@ -1,7 +1,7 @@
#!/bin/bash
notify() {
notify-send "Spotdl Sync" "$1" --icon=spotify --app-name=spotify
notify-send "Spotdl Sync" "$1" --icon=spotify --app-name=Spotify
}
if ! command -v spotdl &>/dev/null; then

View file

@ -5,6 +5,6 @@ wait
systemctl --user restart wireplumber pipewire pipewire-pulse
notify-send "Audio restarted" "Audio services have been restarted" -i ~/.local/share/icons/Catppuccin-SE/64x64/mimetypes/audio-x-generic.svg
notify-send "Audio restarted" "Audio services have been restarted" -i ~/.local/share/icons/Catppuccin-SE/64x64/mimetypes/audio-x-generic.svg --app-name=Audio
easyeffects --gapplication-service &