From 8fd14dfa0f402990c24bf0ead0910b41750baf30 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Sat, 22 Mar 2025 19:03:13 +0000 Subject: [PATCH] deploy: 63e77d09a133ac641a0c204e7cfb0c97e133706d --- options.xhtml | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) diff --git a/options.xhtml b/options.xhtml index 9e49575fb..5884c75c5 100644 --- a/options.xhtml +++ b/options.xhtml @@ -71200,6 +71200,148 @@ list of package

+
+ + services.jankyborders.enable + + +
+
+

Whether to enable jankyborders.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/jankyborders.nix> + +
+
+
+ + services.jankyborders.package + + +
+
+

The jankyborders package to use.

+ +

Type: +package

+ +

Default: +pkgs.jankyborders

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/jankyborders.nix> + +
+
+
+ + services.jankyborders.errorLogFile + + +
+
+

Absolute path to log all stderr output.

+ +

Type: +null or absolute path or string

+ +

Default: +${config.home.homeDirectory}/Library/Logs/jankyborders/err.log

+ +

Example: +"/Users/khaneliman/Library/Logs/jankyborders.log"

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/jankyborders.nix> + +
+
+
+ + services.jankyborders.outLogFile + + +
+
+

Absolute path to log all stdout output.

+ +

Type: +null or absolute path or string

+ +

Default: +${config.home.homeDirectory}/Library/Logs/jankyborders/out.log

+ +

Example: +"/Users/khaneliman/Library/Logs/jankyborders.log"

+ +

Declared by:

+ + +
+ +<home-manager/modules/services/jankyborders.nix> + +
+
+
+ + services.jankyborders.settings + + +
+
+

Configuration settings to passed to borders in +$XDG_CONFIG_HOME/borders/bordersc. See +https://github.com/FelixKratz/JankyBorders +for the documentation.

+ +

Type: +attribute set of anything

+ +

Default: +{ }

+ +

Example:

        {
+          style=round;
+	        width=6.0;
+	        hidpi="off";
+	        active_color="0xffe2e2e3";
+	        inactive_color="0xff414550";
+        }
+
+
+ +

Declared by:

+ + +
+ +<home-manager/modules/services/jankyborders.nix> + +
+
services.kanshi.enable