eww-config/scripts/track_volume

15 lines
163 B
Bash
Executable File

#!/usr/bin/env bash
. "$(dirname "$0")/track_anything.sh"
poll() {
pamixer --get-volume
}
on_volume
output_integer
poll_interval 10
rate_limit .1
start "$@"