diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/dunst/dunstrc | 12 |
1 files changed, 7 insertions, 5 deletions
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] |