From 8931c0af17869e0bbdd78ba922bc50b694de5340 Mon Sep 17 00:00:00 2001 From: HelionSmoker <82761116+HelionSmoker@users.noreply.github.com> Date: Tue, 23 Nov 2021 20:46:34 +0200 Subject: [PATCH] No notifications needed --- .config/dunst/dunstrc | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .config/dunst/dunstrc diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc deleted file mode 100644 index d03af62c..00000000 --- a/.config/dunst/dunstrc +++ /dev/null @@ -1,27 +0,0 @@ -[global] - monitor = 0 - follow = keyboard - width = 370 - height = 350 - offset = 0x19 - padding = 2 - horizontal_padding = 2 - transparency = 25 - font = Monospace 12 - format = "%s\n%b" - -[urgency_low] - background = "#1d2021" - foreground = "#928374" - timeout = 3 - -[urgency_normal] - foreground = "#ebdbb2" - background = "#458588" - timeout = 5 - -[urgency_critical] - background = "#1cc24d" - foreground = "#ebdbb2" - frame_color = "#fabd2f" - timeout = 10