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.enableWhether 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.packageThe wofi package to use.
Type: package
Default: pkgs.wofi
Declared by:
+ <home-manager/modules/programs/wofi.nix>
+ |
programs.wofi.settingsConfiguration 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.styleCSS 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.enableWhether to enable Xmobar, a minimalistic status bar.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/programs/xmobar.nix>
|
programs.xmobar.packagePackage providing the xmobar binary.
Type: package
Default: pkgs.haskellPackages.xmobar
Declared by:
|