✨ feat(notifications): adding app name to all notifications that dont have it
This commit is contained in:
parent
1d823247f3
commit
ba775a2292
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 &
|
||||
|
|
Loading…
Add table
Reference in a new issue