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}"; origin = "${DUNST_ORIGIN}";
font = "${FONT}"; font = "${FONT}";
corner_radius = "${CORNER_RADIUS}"; corner_radius = "${CORNER_RADIUS}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
}; };
urgency_low = { urgency_low = {
background = "#${GREEN}"; background = "#${GREEN}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
timeout=3; timeout=3;
}; };
urgency_normal = { urgency_normal = {
background = "#${BLUE}"; background = "#${BLUE}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
timeout=6; timeout=6;
}; };
urgency_critical = { urgency_critical = {
background = "#${RED}"; background = "#${RED}";
foreground = "#${FG}";
frame_color = "#${ACCENT}";
timeout=12; timeout=12;
}; };
}; };