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

i3

Homepage: https://i3wm.org


important

The config.xsession.windowManager.i3.config.bars option is not themed. Use the config.stylix.targets.i3.exportedBarConfig option to customize it.

Home Manager options

stylix.targets.i3.colors.enable

Whether to enable config.lib.stylix.colors for i3.

Type

boolean

Default

true

Example

false

Source

stylix.targets.i3.colors.override

Attribute sets are recursively merged with config.lib.stylix.colors, while all other non-null types override config.lib.stylix.colors.

Type

anything

Default

null

Source

stylix.targets.i3.enable

Whether to enable theming for i3.

Type

boolean

Default

config.stylix.autoEnable

Example

false

Source

stylix.targets.i3.exportedBarConfig

Theming configuration which can be merged with your own:

xsession.windowManager.i3.config.bars = [
  (
    {
      # your configuration
    }
    // config.stylix.targets.i3.exportedBarConfig
  )
];

Type

attribute set

Default

{ }

Source

stylix.targets.i3.fonts.enable

Whether to enable config.stylix.fonts for i3.

Type

boolean

Default

true

Example

false

Source

stylix.targets.i3.fonts.override

Attribute sets are recursively merged with config.stylix.fonts, while all other non-null types override config.stylix.fonts.

Type

anything

Default

null

Source

NixOS options

None provided.