diff options
Diffstat (limited to '')
-rw-r--r-- | .config/dunst/dunstrc | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/.config/dunst/dunstrc b/.config/dunst/dunstrc index 493a8a1..5239e3a 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 @@ -75,23 +75,24 @@ [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 = "#282828" + 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 = "#282828" + foreground = "#cc241d" + frame_color = "#cc241d" timeout = 10 [urgency_critical] background = "#cc241d" - foreground = "#ebdbb2" - frame_color = "#b77901" + foreground = "#1d2021" + frame_color = "#1d2021" timeout = 20 # Every section that isn't one of the above is interpreted as a rules to |