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
<home-manager/modules/services/jankyborders.nix>