2021-03-04 22:31:45 +01:00
|
|
|
[Controller]
|
2021-09-19 19:31:04 +02:00
|
|
|
# volume_controller: the command to control your volume from the command line (for puslse audio it's `pamixer`)
|
|
|
|
volume_controller=pamixer
|
|
|
|
|
|
|
|
# The follwing are the flags you have to give to the volume controller, the variables are self-explainatory
|
|
|
|
increase_flag=--increase
|
|
|
|
decrease_flag=--decrease
|
|
|
|
set_volume_flag=--set-volume
|
|
|
|
get_volume_flag=--get-volume
|
|
|
|
set_mute_flag=--mute
|
|
|
|
set_unmute_flag=--unmute
|
|
|
|
toggle_mute_flag=--toggle-mute
|
|
|
|
get_mute_flag=--get-mute
|
|
|
|
|
|
|
|
# Additional flags you always want to be in the command when the volume is changed
|
|
|
|
# These are placed before the actual instructions, example with the additional
|
|
|
|
# flag below an end command would look like `pamixer --allow-boost --increase 5`
|
|
|
|
additional_flags=--allow-boost
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Amounts]
|
|
|
|
# normal_delta: this is the value used when you use the `-i` flag without arguments
|
2021-03-04 22:31:45 +01:00
|
|
|
normal_delta=5
|
2021-09-19 19:31:04 +02:00
|
|
|
# big_delta: this is the value used when you use the `-I` flag
|
2021-03-04 22:31:45 +01:00
|
|
|
big_delta=10
|
|
|
|
|
|
|
|
[Notification]
|
2021-09-19 19:31:04 +02:00
|
|
|
# enabled: set wether or not the notifications are active. Possible values: yes, no, true, false, 1, 0
|
2021-03-04 22:31:45 +01:00
|
|
|
enabled=yes
|
2021-09-19 19:31:04 +02:00
|
|
|
# timeout: the notification timeout time, in milliseconds
|
|
|
|
timeout=1000
|