diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 32 |
1 files changed, 19 insertions, 13 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 493a8a1..6805dcb 100644 --- a/.config/dunst/dunstrc +++ b/.config/dunst/dunstrc @@ -3,14 +3,14 @@ follow = none width = (200, 800) origin = top-right - offset = 50x50 + offset = (0, 0) indicate_hidden = yes shrink = yes transparency = 0 separator_height = 4 - padding = 2 + padding = 6 horizontal_padding = 10 - frame_width = 2 + frame_width = 2 close = ctrl+space history = ctrl+grave context = ctrl+shift+period @@ -27,7 +27,7 @@ sort = yes idle_threshold = 0 - font = "BigBlueTermPlus Nerd Font 16" + font = "LiterationMono Nerd Font 18" # font = "NotoSans Nerd Font 17" line_height = 0 markup = full @@ -75,23 +75,29 @@ [urgency_low] # IMPORTANT: colors have to be defined in quotation marks. # Otherwise the "#" and following would be interpreted as a comment. - background = "#32302f" - foreground = "#b8a994" - frame_color = "#887964" + background = "#1d2021" + foreground = "#a89984" + frame_color = "#a89984" + highlight = "#458588" timeout = 10 # Icon for notifications with low urgency, uncomment to enable #icon = /path/to/icon [urgency_normal] - background = "#cc241d" - foreground = "#ebdbb2" - frame_color = "#ebdbb2" + background = "#1d2021" + foreground = "#d79921" + frame_color = "#d79921" + #foreground = "#fb4934" + #frame_color = "#fb4934" timeout = 10 [urgency_critical] - background = "#cc241d" - foreground = "#ebdbb2" - frame_color = "#b77901" + 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 |