dotfiles/.local/bin/restartAudio

10 lines
204 B
Bash
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 &