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