Switch to new nix-rice version
This commit is contained in:
parent
b25d9b68f8
commit
bd6b04c6a4
7 changed files with 65 additions and 52 deletions
|
|
@ -61,18 +61,18 @@ in
|
|||
mouse_right_click = "close_all";
|
||||
};
|
||||
urgency_low = {
|
||||
background = palette.primary.background;
|
||||
foreground = palette.primary.foreground;
|
||||
background = palette.normal.black;
|
||||
foreground = palette.normal.white;
|
||||
timeout = 10;
|
||||
};
|
||||
urgency_normal = {
|
||||
background = palette.primary.background;
|
||||
foreground = palette.primary.foreground;
|
||||
background = palette.normal.black;
|
||||
foreground = palette.normal.white;
|
||||
timeout = 10;
|
||||
};
|
||||
urgency_critical = {
|
||||
background = palette.primary.background;
|
||||
foreground = palette.primary.foreground;
|
||||
background = palette.normal.black;
|
||||
foreground = palette.normal.white;
|
||||
frame_color = palette.bright.red;
|
||||
timeout = 0;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue