Skip to content

Commit ecacefc

Browse files
authored
Update info about config file location
1 parent ca07aa0 commit ecacefc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ $ cp target/release/i3status-rs ~/bin/i3status-rs
5454
## Configuration
5555

5656
After installing `i3status-rust`, you need to create a configuration file.
57-
Edit the [example configuration](https://raw.githubusercontent.com/greshake/i3status-rust/master/example_config.toml) to your liking and put it to a sensible place, such as `~/.config/i3/status.toml`.
57+
Edit the [example configuration](https://raw.githubusercontent.com/greshake/i3status-rust/master/example_config.toml) to your liking.
58+
The default location is `$XDG_CONFIG_HOME/i3status-rust/config.toml`.
5859

5960
There are some top-level configuration variables:
6061

@@ -63,7 +64,7 @@ Key | Description | Required | Default
6364
`icons` | The icon set that should be used. Possible values are `none`, `awesome`, `awesome5` and `material`. Check [themes.md](https://github.com/greshake/i3status-rust/blob/master/themes.md) for more information | No | `none`
6465
`theme` | The predefined theme that should be used. You can also add your own overrides. Check [themes.md](https://github.com/greshake/i3status-rust/blob/master/themes.md) for all available themes. | No | `plain`
6566
`scrolling` | The direction of scrolling, either `natural` or `reverse` | No | `natural`
66-
`block` | All blocks that will exist in your i3bar. Check [blocks.md](https://github.com/greshake/i3status-rust/blob/master/blocks.md) for all blocks and their parameters. Don't forget about the [example configuration](https://raw.githubusercontent.com/greshake/i3status-rust/master/example_config.toml). | No | none
67+
`block` | All blocks that will exist in your i3bar. Check [blocks.md](https://github.com/greshake/i3status-rust/blob/master/blocks.md) for all blocks and their parameters. | No | none
6768

6869
## Integrate it into i3
6970

0 commit comments

Comments
 (0)