Configuration written to $XDG_CONFIG_HOME/swaynag/config.
See swaynag(5) for a list of available options and an example configuration. Note, configurations declared under <config>
will override the default type values of swaynag.
Declarations
Type
attribute set of attribute set of (Swaynag config atom (null, bool, int, float, str))
Default
{ }
Example
{
"<config>" = {
edge = "bottom";
font = "Dina 12";
};
green = {
edge = "top";
background = "00AA00";
text = "FFFFFF";
button-background = "00CC00";
message-padding = 10;
};
}
</config>