MaxVerevkin/i3bar-river

Mistake in documentation

pescepalla opened this issue · 1 comments

  1. The documentation contains the following snippets:
[theme]
name = "native"
[theme]
name = "slick"

However, this does not work and results in an error message

"Failed to deserialize TOML file /home/me/.config/i3status-rust/config.toml at line 1: unknown field name, expected themeoroverrides"

Please replace name with theme.

  1. Colors as expressed in the documentation result in i3bar-river failing to deserialize the config. They have to be expressed as #00000000

Thanks, fixed!