aboutsummaryrefslogtreecommitdiff
path: root/services/dunst.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/dunst.nix')
-rw-r--r--services/dunst.nix11
1 files changed, 7 insertions, 4 deletions
diff --git a/services/dunst.nix b/services/dunst.nix
index c340c3e..485cb1a 100644
--- a/services/dunst.nix
+++ b/services/dunst.nix
@@ -22,14 +22,14 @@ with theme;
22 ignore_newline = "no"; 22 ignore_newline = "no";
23 geometry = "300x8-20+20"; 23 geometry = "300x8-20+20";
24 shrink = "yes"; 24 shrink = "yes";
25 frame_width = 0; 25 frame_width = 4;
26 transparency = "0"; 26 transparency = "0";
27 idle_threshold = "120"; 27 idle_threshold = "120";
28 monitor = "0"; 28 monitor = "0";
29 follow = "mouse"; 29 follow = "mouse";
30 sticky_history = "yes"; 30 sticky_history = "yes";
31 history_length = "20"; 31 history_length = "20";
32 icon_folders = "/usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/"; 32 icon_position = "off";
33 show_indicators = "yes"; 33 show_indicators = "yes";
34 line_height = "0"; 34 line_height = "0";
35 separator_height = "0"; 35 separator_height = "0";
@@ -46,18 +46,21 @@ with theme;
46 urgency_normal = { 46 urgency_normal = {
47 background = base00; 47 background = base00;
48 foreground = base05; 48 foreground = base05;
49 frame_color = base01;
49 timeout = 10; 50 timeout = 10;
50 }; 51 };
51 52
52 urgency_low = { 53 urgency_low = {
53 background = base00; 54 background = base00;
54 foreground = base05; 55 foreground = base05;
56 frame_color = base00;
55 timeout = 2; 57 timeout = 2;
56 }; 58 };
57 59
58 urgency_critical = { 60 urgency_critical = {
59 background = base00; 61 background = base0C;
60 foreground = base05; 62 foreground = base00;
63 frame_color = base00;
61 timeout = 0; 64 timeout = 0;
62 }; 65 };
63 }; 66 };