userscripts/toggle-mute-dmenu

4 lines
127 B
Text
Raw Normal View History

2024-05-30 23:04:56 -07:00
#!/bin/sh
entry="$(pactl list clients | sed -n 's/^[[:space:]]\+application.name = "\(.*\)"$/\1/gp' | dmenu -i | tr -d '\n')"