diff --git a/roles/dunst/files/dunstrc b/roles/dunst/files/dunstrc index 4585f40f..69181613 100644 --- a/roles/dunst/files/dunstrc +++ b/roles/dunst/files/dunstrc @@ -1,42 +1,47 @@ [global] - font = "Droid Sans 8" - allow_markup = yes + font = "Monospace 10" + markup = full format = "%s\n%b" + geometry = "200x5-6+30" sort = yes - indicate_hidden = yes alignment = center - bounce_freq = 0 - show_age_threshold = 60 - word_wrap = yes - ignore_newline = no - geometry = "200x5-6+30" - transparency = 0 + show_age_threshold = 60 # TODO + word_wrap = true idle_threshold = 120 - monitor = 0 follow = mouse - sticky_history = yes - line_height = 0 - separator_height = 2 padding = 8 - horizontal_padding = 8 - separator_color = "#585858" - startup_notification = false + horizontal_padding = 30 + frame_width = 1 + + # Xresources background + separator_color = "#161616" -[frame] - width = 1 - color = "#383838" + # Xresources color8 (black) + frame_color = "#666666" [urgency_low] - background = "#181818" - foreground = "#6F8B67" - timeout = 5 + + # Xresources background + background = "#161616" + + # Xresources foreground + foreground = "#ffffff" + timeout = 1 [urgency_normal] - background = "#181818" - foreground = "#6F8B67" - timeout = 5 + + # Xresources background + background = "#161616" + + # Xresources color10 (green) + foreground = "#bde077" + timeout = 1 [urgency_critical] - background = "#181818" - foreground = "#6F8B67" - timeout = 0 + + # Xresources background + background = "#161616" + + # Xresources color9 (red) + foreground = "#d23d3d" + timeout = 3