diff --git a/.config/hypr/scripts/random_wallpaper b/.config/hypr/scripts/random_wallpaper index ab7eb413..3c06ac05 100755 --- a/.config/hypr/scripts/random_wallpaper +++ b/.config/hypr/scripts/random_wallpaper @@ -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 diff --git a/.local/bin/downloadSpotify b/.local/bin/downloadSpotify index 44e00962..e29ef87e 100755 --- a/.local/bin/downloadSpotify +++ b/.local/bin/downloadSpotify @@ -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 diff --git a/.local/bin/restartAudio b/.local/bin/restartAudio index caa61b08..fb0a1c3a 100755 --- a/.local/bin/restartAudio +++ b/.local/bin/restartAudio @@ -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 &