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.yambar.enable

Whether to enable Yambar.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.yambar.package

The yambar package to use.

Type: null or package

Default:

pkgs.yambar

Declared by:

programs.yambar.settings

Configuration written to $XDG_CONFIG_HOME/yambar/config.yml. See yambar(5) for options.

Type: YAML 1.1 value

Default:

{ }

Example:

bar = {
  location = "top";
  height = 26;
  background = "00000066";

  right = [
    {
      clock.content = [
        {
          string.text = "{time}";
        }
      ];
    }
  ];
};

Declared by:

programs.yambar.systemd.enable

Whether to enable yambar systemd integration.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.yambar.systemd.target

The systemd target that will automatically start the yambar service.

When setting this value to "sway-session.target", make sure to also enable wayland.windowManager.sway.systemd.enable, otherwise the service may never be started.

Type: string

Default:

config.wayland.systemd.target

Example:

"sway-session.target"

Declared by: