userscripts/toggle-mute-dmenu

4 lines
127 B
Plaintext
Raw Permalink Normal View History

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