cleanup
This commit is contained in:
parent
6e632a87c2
commit
223cad3082
3 changed files with 9 additions and 12 deletions
|
|
@ -194,12 +194,12 @@ in
|
|||
};
|
||||
urgency_low = {
|
||||
background = c.bg;
|
||||
foreground = c.fg;
|
||||
foreground = c.blue;
|
||||
frame_color = c.blue;
|
||||
};
|
||||
urgency_normal = {
|
||||
background = c.bg;
|
||||
foreground = c.blue;
|
||||
frame_color = c.blue;
|
||||
foreground = c.fg;
|
||||
};
|
||||
urgency_critical = {
|
||||
background = c.bg;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue