Tweak dunst notification style
This commit is contained in:
parent
c4e2eb5437
commit
54b1d8c505
1 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue