2024-11-13 19:07 : id 131

This commit is contained in:
deadvey 2024-11-13 19:07:52 +00:00
parent 6421e40355
commit bc025a0f84

View File

@ -247,16 +247,19 @@ in
background = "#${GREEN}"; background = "#${GREEN}";
foreground = "#${FG}"; foreground = "#${FG}";
frame_color = "#${ACCENT}"; frame_color = "#${ACCENT}";
timeout=3;
}; };
urgency_normal = { urgency_normal = {
background = "#${BLUE}"; background = "#${BLUE}";
foreground = "#${FG}"; foreground = "#${FG}";
frame_color = "#${ACCENT}"; frame_color = "#${ACCENT}";
timeout=6;
}; };
urgency_critical = { urgency_critical = {
background = "#${RED}"; background = "#${RED}";
foreground = "#${FG}"; foreground = "#${FG}";
frame_color = "#${ACCENT}"; frame_color = "#${ACCENT}";
timeout=12;
}; };
}; };
}; };