programs.wofi.enable
Whether to enable wofi: a launcher/menu program for wlroots based wayland compositors such as sway.
Type: boolean
Default:
false
Example:
true
Declared by:
programs.wofi.package
The wofi package to use.
Type: null or package
Default:
pkgs.wofi
Declared by:
programs.wofi.settings
Configuration options for wofi. See
wofi(5).
Type: attribute set
Default:
{ }
Example:
{
allow_markup = true;
location = "bottom-right";
width = 250;
}
Declared by:
programs.wofi.style
CSS style for wofi to use as a stylesheet. See
wofi(7)
Type: null or strings concatenated with ā\nā or absolute path
Default:
null
Example:
''
* {
font-family: monospace;
}
window {
background-color: #7c818c;
}
''
Declared by: