Some dunst styling
This commit is contained in:
parent
11cb67905d
commit
23d24bede8
1 changed files with 20 additions and 9 deletions
|
|
@ -4,24 +4,35 @@
|
||||||
services.dunst.enable = true;
|
services.dunst.enable = true;
|
||||||
services.dunst.settings = {
|
services.dunst.settings = {
|
||||||
global = {
|
global = {
|
||||||
frame_color = "#8AADF4";
|
width = 280;
|
||||||
separator_color = "frame";
|
height = 240;
|
||||||
|
origin = "bottom-right";
|
||||||
|
offset = "0x300";
|
||||||
|
|
||||||
|
notification_limit = 3;
|
||||||
|
|
||||||
|
progress_bar_max_width = 280;
|
||||||
|
|
||||||
|
gap_size = 4;
|
||||||
|
corner_radius = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_low = {
|
urgency_low = {
|
||||||
background = "#24273A";
|
background = "#FFFFFFCC";
|
||||||
foreground = "#CAD3F5";
|
foreground = "#000000";
|
||||||
|
frame_color = "#0000";
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
background = "#24273A";
|
background = "#FFFFFFCC";
|
||||||
foreground = "#CAD3F5";
|
foreground = "#000000";
|
||||||
|
frame_color = "#0000";
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_critical = {
|
urgency_critical = {
|
||||||
background = "#24273A";
|
background = "#FFFFFFCC";
|
||||||
foreground = "#CAD3F5";
|
foreground = "#000000";
|
||||||
frame_color = "#F5A97F";
|
frame_color = "#0000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue