aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAkshay <[email protected]>2023-09-23 09:09:01 +0100
committerAkshay <[email protected]>2023-09-23 09:09:01 +0100
commite38658ec1c69821680b82ba3de57b8a4783aba19 (patch)
tree4255d770513aab361bb0b6d7f5a49dcb327f4aae /services
parent54bf50e343e9e1634f12c5999fda65fc9b5feccb (diff)
dump
Diffstat (limited to 'services')
-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