From 416c02270fe715b03d86d7faab82c67a858466d7 Mon Sep 17 00:00:00 2001 From: Akshay Date: Tue, 28 Dec 2021 19:58:53 +0530 Subject: remove rofi --- services/dunst.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'services') 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; global = { font = "Input 9"; allow_markup = "no"; - format = "%s\n%b"; + format = ''%s\n%b''; sort = "yes"; indicate_hidden = "yes"; alignment = "right"; @@ -35,7 +35,7 @@ with theme; padding = "20"; horizontal_padding = "20"; separator_color = "auto"; - startup_notification = "true"; + startup_notification = "false"; }; urgency_normal = { @@ -57,8 +57,8 @@ with theme; }; frame = { - width = 2; - color = base01; + width = 0; + color = base00; }; shortcuts = { -- cgit v1.2.3