dunst/dunstrc 1.3 K raw
1
# Darkmatter dunst theme
2
#
3
# Colors and geometry only — the rest is dunst's stock behavior. Use this
4
# file directly with `dunst -config path/to/dunstrc`, or copy the sections
5
# you want into your own. Palette reference: ../README.md.
6
7
[global]
8
    monitor = 0
9
    follow = mouse
10
11
    width = 350
12
    height = (0, 300)
13
    origin = top-right
14
    offset = (12, 32)
15
16
    frame_width = 2
17
    frame_color = "#2b2b2b"
18
    separator_color = frame
19
    separator_height = 2
20
21
    padding = 10
22
    horizontal_padding = 10
23
    corner_radius = 6
24
    transparency = 0
25
26
    font = Sans 10
27
    line_height = 2
28
    markup = full
29
    format = "<b>%s</b>\n%b"
30
    alignment = left
31
    word_wrap = yes
32
    ellipsize = middle
33
    show_age_threshold = 60
34
    idle_threshold = 200
35
36
    icon_position = left
37
    max_icon_size = 32
38
39
    sort = yes
40
    stack_duplicates = true
41
    hide_duplicate_count = false
42
    show_indicators = yes
43
44
    title = Dunst
45
    class = Dunst
46
47
[urgency_low]
48
    background = "#121113"
49
    foreground = "#999999"
50
    frame_color = "#2b2b2b"
51
    timeout = 4
52
53
[urgency_normal]
54
    background = "#1c1b1d"
55
    foreground = "#ffffff"
56
    frame_color = "#e78a53"
57
    timeout = 6
58
59
[urgency_critical]
60
    background = "#1c1b1d"
61
    foreground = "#ffffff"
62
    frame_color = "#e75353"
63
    timeout = 0