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

services.mako.enable

Whether to enable mako.

Type: boolean

Default:

false

Example:

true

Declared by:

services.mako.package

The mako package to use.

Type: null or package

Default:

pkgs.mako

Declared by:

services.mako.extraConfig

Additional configuration lines to inject directly into the generated config file.

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

Default:

""

Example:

[urgency=low]
border-color=#b8bb26

Declared by:

services.mako.settings

Configuration settings for mako. Can include both global settings and sections. All available options can be found here: https://github.com/emersion/mako/blob/master/doc/mako.5.scd.

Type: attribute set of (INI atom (null, bool, int, float or string) or attribute set of (INI atom (null, bool, int, float or string)))

Default:

{ }

Example:

{
  "actionable=true" = {
    anchor = "top-left";
  };
  actions = true;
  anchor = "top-right";
  background-color = "#000000";
  border-color = "#FFFFFF";
  border-radius = 0;
  default-timeout = 0;
  font = "monospace 10";
  height = 100;
  icons = true;
  ignore-timeout = false;
  layer = "top";
  margin = 10;
  markup = true;
  width = 300;
}

Declared by: