Add dunst color settings

This commit is contained in:
Cyryl Płotnicki 2020-01-11 14:13:01 +00:00
parent a5373c2d3f
commit b7c5b9f6b3

View file

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