# 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 # Polybar sits at y=8 with a height of 32 (24pt @ 96dpi), so its bottom # edge is y=40; 48 clears it by the same 8px gap the bar leaves at the top. offset = (12, 48) frame_width = 2 frame_color = "#2b2b2b" separator_color = frame separator_height = 2 # Progress bar (dunstify -h int:value:N — the vol-* scripts use it). # min == max so the bar is always flush with the text column: # width - 2*frame_width - 2*horizontal_padding = 350 - 4 - 20. progress_bar = true progress_bar_height = 8 progress_bar_frame_width = 1 progress_bar_min_width = 326 progress_bar_max_width = 326 progress_bar_corner_radius = 4 progress_bar_corners = all 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" highlight = "#5f8787" timeout = 4 [urgency_normal] background = "#1c1b1d" foreground = "#ffffff" frame_color = "#e78a53" highlight = "#e78a53" timeout = 6 [urgency_critical] background = "#1c1b1d" foreground = "#ffffff" frame_color = "#e75353" highlight = "#e75353" timeout = 0