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