diff --git a/options.html b/options.html index 98b4b4946..5e9d7e15e 100644 --- a/options.html +++ b/options.html @@ -6514,6 +6514,29 @@ If the value is set to a path literal, then the path will be used as the css fil } ''

Declared by:

<home-manager/modules/programs/wlogout.nix> +
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:

+ <home-manager/modules/programs/wofi.nix> +
programs.wofi.package

The wofi package to use.

Type: package

Default: pkgs.wofi

Declared by:

+ <home-manager/modules/programs/wofi.nix> +
programs.wofi.settings

Configuration options for wofi. See +wofi(5).

Type: attribute set

Default: { }

Example:

{
+  location = "bottom-right";
+  allow_markup = true;
+  width = 250;
+}
+

Declared by:

+ <home-manager/modules/programs/wofi.nix> +
programs.wofi.style

CSS style for wofi to use as a stylesheet. See +wofi(7).

Type: null or string

Default: null

Example:

''
+  * {
+      font-family: monospace;
+  }
+  
+  window {
+      background-color: #7c818c;
+  }
+''

Declared by:

+ <home-manager/modules/programs/wofi.nix>
programs.xmobar.enable

Whether to enable Xmobar, a minimalistic status bar.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/programs/xmobar.nix>
programs.xmobar.package

Package providing the xmobar binary.

Type: package

Default: pkgs.haskellPackages.xmobar

Declared by: