diff --git a/options.xhtml b/options.xhtml index 97bb2931b..ff1d725db 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