eww-config/scripts/track_volume

15 lines
163 B
Plaintext
Raw Normal View History

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