2024-11-13 19:09 : id 132

This commit is contained in:
deadvey 2024-11-13 19:09:28 +00:00
parent bc025a0f84
commit 8e763d036b

View File

@ -242,23 +242,19 @@ in
origin = "${DUNST_ORIGIN}";
font = "${FONT}";
corner_radius = "${CORNER_RADIUS}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
};
urgency_low = {
background = "#${GREEN}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
timeout=3;
};
urgency_normal = {
background = "#${BLUE}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
timeout=6;
};
urgency_critical = {
background = "#${RED}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
timeout=12;
};
};