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