user/dunst: theme with catppuccin
This commit is contained in:
parent
2f37471697
commit
27f73340de
1 changed files with 7 additions and 7 deletions
|
|
@ -49,21 +49,21 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#12131b";
|
background = config.catppuccin.hexcolors.surface1;
|
||||||
foreground = "#d8dee8";
|
foreground = config.catppuccin.hexcolors.text;
|
||||||
timeout = 3;
|
timeout = 3;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#12131b";
|
background = config.catppuccin.hexcolors.surface1;
|
||||||
foreground = "#d8dee8";
|
foreground = config.catppuccin.hexcolors.text;
|
||||||
timeout = 5;
|
timeout = 5;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#12131b";
|
background = config.catppuccin.hexcolors.surface1;
|
||||||
foreground = "#d8dee8";
|
foreground = config.catppuccin.hexcolors.text;
|
||||||
# frame_color = "#bf616a";
|
frame_color = config.catppuccin.hexcolors.red;
|
||||||
timeout = 0;
|
timeout = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue