# Darkmatter dunst theme # # Colors and geometry only — the rest is dunst's stock behavior. Use this # file directly with `dunst -config path/to/dunstrc`, or copy the sections # you want into your own. Palette reference: ../README.md. [global] monitor = 0 follow = mouse width = 350 height = (0, 300) origin = top-right offset = (12, 32) frame_width = 2 frame_color = "#2b2b2b" separator_color = frame separator_height = 2 padding = 10 horizontal_padding = 10 corner_radius = 6 transparency = 0 font = Sans 10 line_height = 2 markup = full format = "%s\n%b" alignment = left word_wrap = yes ellipsize = middle show_age_threshold = 60 idle_threshold = 200 icon_position = left max_icon_size = 32 sort = yes stack_duplicates = true hide_duplicate_count = false show_indicators = yes title = Dunst class = Dunst [urgency_low] background = "#121113" foreground = "#999999" frame_color = "#2b2b2b" timeout = 4 [urgency_normal] background = "#1c1b1d" foreground = "#ffffff" frame_color = "#e78a53" timeout = 6 [urgency_critical] background = "#1c1b1d" foreground = "#ffffff" frame_color = "#e75353" timeout = 0