MyNixOS website logo

Configuration written to $XDG_CONFIG_HOME/dunst/dunstrc.

Declarations
Type
open submodule of attribute set of attribute set of (string or boolean or signed integer or list of string)
Default
{ }
Example
{
  global = {
    width = "(200,300)";
    height = "(0,150)";
    offset = "(30,50)";
    origin = "top-right";
    transparency = 10;
    frame_color = "#eceff1";
    font = "Droid Sans 9";
  };

  urgency_normal = {
    background = "#37474f";
    foreground = "#eceff1";
    timeout = 10;
  };
};