Updated README

This commit is contained in:
Karma Riuk 2021-09-19 20:16:02 +02:00
parent ea3d9063aa
commit 22765f5183

View File

@ -173,7 +173,7 @@ bindsym Shift+XF86AudioLowerVolume exec --no-startup-id volumectl -D
## Config ## Config
The config file is an optional feature, but it allows you to set a different The config file is an optional feature, but it allows you to set a different
volume controller than the default one ([pamixer](https://github.com/cdemoulins/pamixer)) volume controller than the default one ([pamixer](https://github.com/cdemoulins/pamixer)).
To enable the config file, first make you installed the `read_ini.sh` script To enable the config file, first make you installed the `read_ini.sh` script
(see above, in the dependencies) just create a `config.ini` file in the (see above, in the dependencies) just create a `config.ini` file in the
@ -188,7 +188,7 @@ You can see what all the available config variables are by looking at the
[example_config.ini](./example_config.ini). [example_config.ini](./example_config.ini).
The easiest way to go to setup a custom config is by running the following commands The easiest way to go to setup a custom config is by running the following commands
```console ```bash
mkdir -p ${XDG_CONFIG_HOME:-$HOME/.config}/volumectl mkdir -p ${XDG_CONFIG_HOME:-$HOME/.config}/volumectl
cp $HOME/.local/lib/volumectl/example_config.ini ${XDG_CONFIG_HOME:-$HOME/.config}/volumectl/config.ini cp $HOME/.local/lib/volumectl/example_config.ini ${XDG_CONFIG_HOME:-$HOME/.config}/volumectl/config.ini
``` ```