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