aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorAkshay <[email protected]>2021-12-28 14:28:53 +0000
committerAkshay <[email protected]>2021-12-28 14:28:53 +0000
commit416c02270fe715b03d86d7faab82c67a858466d7 (patch)
tree9d4bb3d61ecc4dc8f90757ca216663d10b7072cc /services
parent3b8a007e27c19b3840d6377cb3dab5764696d96c (diff)
remove rofi
Diffstat (limited to 'services')
-rw-r--r--services/dunst.nix8
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 = {