aboutsummaryrefslogtreecommitdiff
path: root/services/dunst.nix
diff options
context:
space:
mode:
Diffstat (limited to 'services/dunst.nix')
-rw-r--r--services/dunst.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/dunst.nix b/services/dunst.nix
index 485cb1a..0d05889 100644
--- a/services/dunst.nix
+++ b/services/dunst.nix
@@ -22,7 +22,7 @@ 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 = 4; 25 frame_width = 1;
26 transparency = "0"; 26 transparency = "0";
27 idle_threshold = "120"; 27 idle_threshold = "120";
28 monitor = "0"; 28 monitor = "0";
@@ -53,7 +53,7 @@ with theme;
53 urgency_low = { 53 urgency_low = {
54 background = base00; 54 background = base00;
55 foreground = base05; 55 foreground = base05;
56 frame_color = base00; 56 frame_color = base01;
57 timeout = 2; 57 timeout = 2;
58 }; 58 };
59 59