From 117723232b4f1d72ff4ec63b1116b0fe165d9e30 Mon Sep 17 00:00:00 2001 From: Lucas Barbieri Date: Tue, 11 Jun 2024 20:35:48 -0300 Subject: [PATCH] update dunst config --- desktop/configs/dunst/.config/dunst/dunstrc | 24 ++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/desktop/configs/dunst/.config/dunst/dunstrc b/desktop/configs/dunst/.config/dunst/dunstrc index da7dcfb..ca7edd7 100644 --- a/desktop/configs/dunst/.config/dunst/dunstrc +++ b/desktop/configs/dunst/.config/dunst/dunstrc @@ -1,15 +1,15 @@ [global] - font = " Cartograph CF Regular 13" + font = "CartographCF Nerd Font 13" allow_markup = yes markup = yes - format = "%s\n%b" + format = "%s\n%b" sort = yes indicate_hidden = yes bounce_freq = 0 show_age_threshold = 60 word_wrap = yes ignore_newline = false - origin = bottom-center + origin = top-right transparency = 5 idle_threshold = 120 monitor = 1 @@ -45,20 +45,20 @@ context = ctrl+shift+period [urgency_low] - background = "#131519" - foreground = "#ffffff" - highlight = "#5bb1b4" + background = "#1e2326" + foreground = "#d3c6aa" + highlight = "#a7c080" timeout = 3 [urgency_normal] - background = "#131519" - foreground = "#ffffff" - highlight = "#5bb1b4" + background = "#1e2326" + foreground = "#d3c6aa" + highlight = "#a7c080" timeout = 5 [urgency_critical] - background = "#131519" - foreground = "#ffffff" - highlight = "#5bb1b4" + background = "#1e2326" + foreground = "#d3c6aa" + highlight = "#a7c080" timeout = 0