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

Whether to enable bottom, a cross-platform graphical process/system monitor with a customizable interface.

Type: boolean

Default:

false

Example:

true

Declared by:

programs.bottom.package

The bottom package to use.

Type: null or package

Default:

pkgs.bottom

Declared by:

programs.bottom.settings

Configuration written to $XDG_CONFIG_HOME/bottom/bottom.toml.

See https://github.com/ClementTsang/bottom/blob/master/sample_configs/default_config.toml for the default configuration.

Type: TOML value

Default:

{ }

Example:

{
  colors = {
    low_battery_color = "red";
  };
  flags = {
    avg_cpu = true;
    temperature_type = "c";
  };
}

Declared by: