Add dunst color settings
This commit is contained in:
parent
a5373c2d3f
commit
b7c5b9f6b3
1 changed files with 24 additions and 0 deletions
|
@ -2,5 +2,29 @@
|
|||
{
|
||||
services.dunst = {
|
||||
enable = true;
|
||||
settings = {
|
||||
global = {
|
||||
frame_color = "#93a1a1";
|
||||
separator_color = "#93a1a1";
|
||||
};
|
||||
|
||||
low = {
|
||||
msg_urgency = "low";
|
||||
background = "#073642";
|
||||
foreground = "#657b83";
|
||||
};
|
||||
|
||||
normal = {
|
||||
msg_urgency = "normal";
|
||||
background = "#586e75";
|
||||
foreground = "#93a1a1";
|
||||
};
|
||||
|
||||
critical = {
|
||||
msg_urgency = "critical";
|
||||
background = "#dc322f";
|
||||
foreground = "#eee8d5";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue