🐛 fix(restartAudio): use of relative path instead of absolute for the notification icon

This commit is contained in:
Sergio Laín 2024-05-22 00:07:29 +02:00
parent b16a6a75c3
commit d4af7e0565
No known key found for this signature in database
GPG key ID: FB00AF7015FFE76B

View file

@ -5,6 +5,6 @@ wait
systemctl --user restart wireplumber pipewire pipewire-pulse
notify-send "Audio restarted" "Audio services have been restarted" -i /home/matt/.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
easyeffects --gapplication-service &