MyNixOS website logo

Configuration for wayprompt written to $XDG_CONFIG_HOME/wayprompt/config.ini. See wayprompt(5) for a list of available options. Note that colours can be either 6-hex-digit RGB or 8-hex-digit RGBA values.

Declarations
Type
attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))
Default
{ }
Example
{
  general = {
    font-regular = "sans:size=14";
    pin-square-amount = 32;
  };
  colours = {
    background = "ffffffaa";
  };
}