diff options
Diffstat (limited to 'services')
-rw-r--r-- | services/dunst.nix | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/services/dunst.nix b/services/dunst.nix index 41cbc2a..6037d67 100644 --- a/services/dunst.nix +++ b/services/dunst.nix | |||
@@ -12,7 +12,7 @@ with theme; | |||
12 | global = { | 12 | global = { |
13 | font = "Input 9"; | 13 | font = "Input 9"; |
14 | allow_markup = "no"; | 14 | allow_markup = "no"; |
15 | format = "%s\n%b"; | 15 | format = ''%s\n%b''; |
16 | sort = "yes"; | 16 | sort = "yes"; |
17 | indicate_hidden = "yes"; | 17 | indicate_hidden = "yes"; |
18 | alignment = "right"; | 18 | alignment = "right"; |
@@ -35,7 +35,7 @@ with theme; | |||
35 | padding = "20"; | 35 | padding = "20"; |
36 | horizontal_padding = "20"; | 36 | horizontal_padding = "20"; |
37 | separator_color = "auto"; | 37 | separator_color = "auto"; |
38 | startup_notification = "true"; | 38 | startup_notification = "false"; |
39 | }; | 39 | }; |
40 | 40 | ||
41 | urgency_normal = { | 41 | urgency_normal = { |
@@ -57,8 +57,8 @@ with theme; | |||
57 | }; | 57 | }; |
58 | 58 | ||
59 | frame = { | 59 | frame = { |
60 | width = 2; | 60 | width = 0; |
61 | color = base01; | 61 | color = base00; |
62 | }; | 62 | }; |
63 | 63 | ||
64 | shortcuts = { | 64 | shortcuts = { |