121 current 2024-03-01 19:40:13 24.05.20240229.1536926 6.6.18 *
This commit is contained in:
parent
7493c21285
commit
597820975a
1 changed files with 3 additions and 3 deletions
|
|
@ -48,17 +48,17 @@ in {
|
||||||
};
|
};
|
||||||
fullscreen_delay_everything.fullscreen = "delay";
|
fullscreen_delay_everything.fullscreen = "delay";
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#${subtle}83";
|
background = "#${subtle}f2";
|
||||||
foreground = x muted;
|
foreground = x muted;
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#${subtle}83";
|
background = "#${subtle}f2";
|
||||||
foreground = "#c6d0f5";
|
foreground = "#c6d0f5";
|
||||||
timeout = 6;
|
timeout = 6;
|
||||||
};
|
};
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#${subtle}83";
|
background = "#${subtle}f2";
|
||||||
foreground = x text;
|
foreground = x text;
|
||||||
frame_color = "#${pine}80";
|
frame_color = "#${pine}80";
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue