2024-11-13 19:09 : id 132
This commit is contained in:
parent
bc025a0f84
commit
8e763d036b
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user