eww-config/scripts/track_mute

17 lines
174 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2024-03-30 14:30:52 +00:00
. "$(dirname "$0")/track_anything.sh"
poll() {
pamixer --get-mute
}
rate_limit .1
poll_interval 60
on_volume
output_boolean
filter uniq
start "$@"