MaxVerevkin / i3bar-river

A port of i3bar for wlroots-based compositors
GNU General Public License v3.0
35 stars 5 forks source link

Mistake in documentation #10

Closed pescepalla closed 1 year ago

pescepalla commented 1 year ago
  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 fieldname, expectedthemeoroverrides"

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
MaxVerevkin commented 1 year ago

Thanks, fixed!