Switch to new nix-rice version

This commit is contained in:
Filippo Berto 2021-09-06 12:36:08 +02:00
parent b25d9b68f8
commit bd6b04c6a4
7 changed files with 65 additions and 52 deletions

View file

@ -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;
};