diff options
Diffstat (limited to '.config/dunst/dunstrc')
-rw-r--r-- | .config/dunst/dunstrc | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 9aed520..6805dcb 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -27,7 +27,7 @@ sort = yes idle_threshold = 0 - font = "Hack Nerd Font 18" + font = "LiterationMono Nerd Font 18" # font = "NotoSans Nerd Font 17" line_height = 0 markup = full @@ -85,16 +85,19 @@ [urgency_normal] background = "#1d2021" - foreground = "#cc241d" - frame_color = "#cc241d" + foreground = "#d79921" + frame_color = "#d79921" #foreground = "#fb4934" #frame_color = "#fb4934" timeout = 10 [urgency_critical] - background = "#cc241d" - foreground = "#1d2021" - frame_color = "#1d2021" + background = "#1d2021" + foreground = "#cc241d" + frame_color = "#cc241d" + #background = "#cc241d" + #foreground = "#1d2021" + #frame_color = "#1d2021" timeout = 20 # Every section that isn't one of the above is interpreted as a rules to |