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.settings = {
|
||||
global = {
|
||||
frame_color = "#8AADF4";
|
||||
separator_color = "frame";
|
||||
width = 280;
|
||||
height = 240;
|
||||
origin = "bottom-right";
|
||||
offset = "0x300";
|
||||
|
||||
notification_limit = 3;
|
||||
|
||||
progress_bar_max_width = 280;
|
||||
|
||||
gap_size = 4;
|
||||
corner_radius = 20;
|
||||
};
|
||||
|
||||
urgency_low = {
|
||||
background = "#24273A";
|
||||
foreground = "#CAD3F5";
|
||||
background = "#FFFFFFCC";
|
||||
foreground = "#000000";
|
||||
frame_color = "#0000";
|
||||
};
|
||||
|
||||
urgency_normal = {
|
||||
background = "#24273A";
|
||||
foreground = "#CAD3F5";
|
||||
background = "#FFFFFFCC";
|
||||
foreground = "#000000";
|
||||
frame_color = "#0000";
|
||||
};
|
||||
|
||||
urgency_critical = {
|
||||
background = "#24273A";
|
||||
foreground = "#CAD3F5";
|
||||
frame_color = "#F5A97F";
|
||||
background = "#FFFFFFCC";
|
||||
foreground = "#000000";
|
||||
frame_color = "#0000";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue