programs.wayprompt.settings
Home-Manager option
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.
type: attribute set of section of an INI file (attrs of INI atom (null, bool, int, float or string))Default
{ }Example
declared in: <home-manager/modules/programs/wayprompt.nix>source unavailable{ general = { font-regular = "sans:size=14"; pin-square-amount = 32; }; colours = { background = "ffffffaa"; }; }