4 lines
153 B
Bash
Executable File
4 lines
153 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pactl set-default-sink "$(pactl list short sinks | awk '{print $2}' | rofi -dmenu -p "Output:")" && notify-send "Audio switched!" || exit 0
|