Configuration written to $XDG_CONFIG_HOME/dunst/dunstrc.
Declarations
Type
attribute set of attribute set of (string or boolean or signed integer or list of string)
Default
{ }
Example
{
global = {
width = 300;
height = 300;
offset = "30x50";
origin = "top-right";
transparency = 10;
frame_color = "#eceff1";
font = "Droid Sans 9";
};
urgency_normal = {
background = "#37474f";
foreground = "#eceff1";
timeout = 10;
};
};