dim/dim_plugins/volume/config.template.toml

4 lines
105 B
TOML
Raw Normal View History

2024-06-23 11:16:03 +00:00
[commands]
get_volume="pactl get-sink-volume @DEFAULT_SINK@"
get_volume_regex=".* (?<vol>[0-9]{1,3})%.*"