From 61937b83aab7d0998957b2b9bbf1f10cb9d6859f Mon Sep 17 00:00:00 2001 From: rycee Date: Fri, 10 May 2024 21:50:37 +0000 Subject: [PATCH] deploy: 5514ed321087f0b5af42564352d135acad4ff055 --- options.xhtml | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) diff --git a/options.xhtml b/options.xhtml index 97bb2931..ff1d725d 100644 --- a/options.xhtml +++ b/options.xhtml @@ -51616,6 +51616,100 @@ null or (attribute set of (package or string))

+
+ + programs.yambar.enable + + +
+
+

Whether to enable Yambar.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

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

The yambar package to use.

+ +

Type: +package

+ +

Default: +pkgs.yambar

+ +

Declared by:

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

Configuration written to $XDG_CONFIG_HOME/yambar/config.yml. +See yambar(5) for options.

+ +

Type: +YAML value

+ +

Default: +{ }

+ +

Example:

bar = {
+  location = "top";
+  height = 26;
+  background = "00000066";
+
+  right = [
+    {
+      clock.content = [
+        {
+          string.text = "{time}";
+        }
+      ];
+    }
+  ];
+};
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/programs/yambar.nix> + +
+
programs.yazi.enable