dotfiles/.local/bin/restartAudio

10 lines
203 B
Text
Executable file

#/bin/bash
pkill easyeffects
wait
systemctl --user restart wireplumber pipewire pipewire-pulse
notify-send "Audio restarted" "Audio services have been restarted"
easyeffects --gapplication-service &