nix-system/dunstconfig.nix
2024-02-27 19:47:18 +01:00

22 lines
422 B
Nix

{
global = {
geometry = "750x5-20+20";
horizontal_padding = 8;
indicate_hidden = true;
shrink = true;
transparency = 20;
separator_height = 2;
frame_width = 3;
frame_color = "#000000";
font = "Monospace 11";
alignment = "left";
show_age_threshold = 60;
background = "#ffffff";
foreground = "#000000";
};
urgency_critical = {
background = "#ff9999";
};
}