wayland.windowManager.sway.swaynag.settings
Home-Manager option
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.
type: attribute set of attribute set of (Swaynag config atom (null, bool, int, float, str))Default
{ }Example
declared in: <home-manager/modules/services/window-managers/i3-sway/swaynag.nix>source unavailable{ "<config>" = { edge = "bottom"; font = "Dina 12"; }; green = { edge = "top"; background = "00AA00"; text = "FFFFFF"; button-background = "00CC00"; message-padding = 10; }; }