From 8fd14dfa0f402990c24bf0ead0910b41750baf30 Mon Sep 17 00:00:00 2001
From: khaneliman
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