2024-11-13 19:06 : id 130
This commit is contained in:
parent
6603348477
commit
6421e40355
@ -246,17 +246,17 @@ in
|
|||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#${GREEN}";
|
background = "#${GREEN}";
|
||||||
foreground = "#${FG}";
|
foreground = "#${FG}";
|
||||||
frame_color = "#${BG}";
|
frame_color = "#${ACCENT}";
|
||||||
};
|
};
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#${BLUE}";
|
background = "#${BLUE}";
|
||||||
foreground = "#${FG}";
|
foreground = "#${FG}";
|
||||||
frame_color = "#${BG}";
|
frame_color = "#${ACCENT}";
|
||||||
};
|
};
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#${RED}";
|
background = "#${RED}";
|
||||||
foreground = "#${FG}";
|
foreground = "#${FG}";
|
||||||
frame_color = "#${BG}";
|
frame_color = "#${ACCENT}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user