Tweak dunst notification style

This commit is contained in:
Erwin Boskma 2023-02-03 14:32:46 +01:00
parent c4e2eb5437
commit 54b1d8c505
Signed by: erwin
SSH key fingerprint: SHA256:Vw4O4qA0i5x65Y7yyjDpWDCSMSXAhqT4X7cJ3frdnLY

View file

@ -23,7 +23,7 @@ in
settings = {
global = {
follow = "mouse";
width = "(10, 500)";
width = "(10, 960)";
height = 200;
origin = "top-right";
offset = "25x25";
@ -39,7 +39,7 @@ in
separator_color = "frame";
sort = "yes";
idle_threshold = 120;
font = "Meslo Nerd Font 10";
font = "Iosevka Nerd Font 20";
line_height = 0;
markup = "full";
format = "%s %p\\n%b";
@ -64,18 +64,18 @@ in
};
urgency_low = {
background = "#282a36";
foreground = "#6272a4";
foreground = "#aaaaaa";
timeout = 10;
};
urgency_normal = {
background = "#282a36";
foreground = "#bd93f9";
foreground = "#eeeeee";
timeout = 10;
};
urgency_high = {
background = "#ff5555";
foreground = "#f8f8f2";
frame_color = "#ff5555";
frame_color = "#ffffff";
timeout = 0;
};
};