From bdf5c5d052719a6a58d2a59e27327e8aa3e77680 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 7 Aug 2025 15:30:55 +0200 Subject: blexed --- .config/dunst/dunstrc | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to '.config') diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index d4144a1..53ecb30 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ sort = yes idle_threshold = 0 - font = "Hack Nerd Font 19" + font = "BlexMono Nerd Font Medium 18" # font = "NotoSans Nerd Font 17" line_height = 0 markup = full @@ -75,7 +75,7 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#282828" + background = "#1d2021" foreground = "#a89984" frame_color = "#a89984" highlight = "#458588" @@ -84,9 +84,11 @@ #icon = /path/to/icon [urgency_normal] - background = "#282828" - foreground = "#fb4934" - frame_color = "#fb4934" + background = "#1d2021" + foreground = "#cc241d" + frame_color = "#cc241d" + #foreground = "#fb4934" + #frame_color = "#fb4934" timeout = 10 [urgency_critical] -- cgit v1.2.3