From d4af7e0565c206a6661054b72ce08dc03c75854a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 22 May 2024 00:07:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(restartAudio):=20use=20of=20?= =?UTF-8?q?relative=20path=20instead=20of=20absolute=20for=20the=20notific?= =?UTF-8?q?ation=20icon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .local/bin/restartAudio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/restartAudio b/.local/bin/restartAudio index eea47b02..caa61b08 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 /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 &