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