Compare commits

...

2 Commits

Author SHA1 Message Date
Karma Riuk
49f07a75c6 Removed the now obsolete TODO 2021-09-19 20:20:46 +02:00
Karma Riuk
e772a5d003 Updated the example config to be more explicit 2021-09-19 20:20:29 +02:00
2 changed files with 0 additions and 7 deletions

View File

@ -17,8 +17,6 @@ get_mute_flag=--get-mute
# flag below an end command would look like `pamixer --allow-boost --increase 5` # flag below an end command would look like `pamixer --allow-boost --increase 5`
additional_flags=--allow-boost additional_flags=--allow-boost
[Amounts] [Amounts]
# normal_delta: this is the value used when you use the `-i` flag without arguments # normal_delta: this is the value used when you use the `-i` flag without arguments
normal_delta=5 normal_delta=5

View File

@ -1,10 +1,5 @@
#!/usr/bin/env bash #!/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 controller values
DEFAULT_VOLUME_CONTROLLER="pamixer" DEFAULT_VOLUME_CONTROLLER="pamixer"
DEFAULT_INCREASE_FLAG="--increase" DEFAULT_INCREASE_FLAG="--increase"