Compare commits

..

No commits in common. "49f07a75c670de51c5e5e9c9b9f96c029531008d" and "08fdbba3584f366752acdc77fa59687367fc1804" have entirely different histories.

2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,8 @@ get_mute_flag=--get-mute
# 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
normal_delta=5

View File

@ -1,5 +1,10 @@
#!/usr/bin/env bash
# TODO: in the readme, remind the user that they don't have to write a fully
# fledged config if they only want to modify a single element (like "normal
# delta"), if the other values are not specified, the default values will be
# used
## Default controller values
DEFAULT_VOLUME_CONTROLLER="pamixer"
DEFAULT_INCREASE_FLAG="--increase"