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

mods.ironbar.enable

Enables ironbar

Type: boolean

Default:

false

Example:

true

mods.ironbar.customConfig

Custom ironbar configuration. Will be merged with default configuration if enabled.

Type: attribute set of anything

Default:

{ }

Example:

{ }

mods.ironbar.customCss

Custom ironbar css. Will be merged with default css if enabled.

Type: strings concatenated with ā€œ\nā€

Default:

""

Example:

''
  #window {
    border-radius: none;
  }
''

mods.ironbar.ironbarSingleMonitor

Whether to use ironbar on a single monitor.

Type: boolean

Default:

true

Example:

false

mods.ironbar.useBatteryModule

Whether to use the preconfigured battery module.

Type: boolean

Default:

false

Example:

true

mods.ironbar.useDefaultConfig

Use preconfigured ironbar config.

Type: boolean

Default:

true

Example:

false

mods.ironbar.useDefaultCss

Use preconfigured ironbar css.

Type: boolean

Default:

true

Example:

false