🐛 fix(restartAudio): use of relative path instead of absolute for the notification icon
This commit is contained in:
parent
b16a6a75c3
commit
d4af7e0565
1 changed files with 1 additions and 1 deletions
|
@ -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 &
|
||||
|
|
Loading…
Add table
Reference in a new issue