Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

programs.i3bar-river.enable

Whether to enable i3bar-river.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.i3bar-river.package

The i3bar-river package to use.

Type: null or package

Default:

pkgs.i3bar-river

Declared by:

programs.i3bar-river.settings

Configuration settings for i3bar-river. All available options can be found here: https://github.com/MaxVerevkin/i3bar-river?tab=readme-ov-file#configuration.

Type: TOML value

Default:

{ }

Example:

{
  background = "#282828ff";
  color = "#ffffffff";
  font = "monospace 10";
  height = 24;
  margin_bottom = 0;
  margin_left = 0;
  margin_top = 0;
  separator = "#9a8a62ff";
  "wm.river" = {
    max_tag = 0;
  };
}

Declared by: