summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: a142c277879f6f7b6ecc23c4b5e0ff3864b655f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# vim: filetype=cfg

[global]
    width = 300
    height = 300
    origin = top-right
    offset = 15x35
    frame_width = 2
    frame_color = "#00aa55"
    corner_radius = 15
    gap_size = 10
    idle_threshold = 120
    font = monospace 9
    format = "<b>%s</b>\n%b"
    alignment = center
    vertical_alignment = center
    show_indicators = no
    # default_icon = ~/.local/share/icons/bell.png
    # icon_position = left
    # min_icon_size = 32
    # max_icon_size = 48

[urgency_low]
    background = "#222222"
    foreground = "#ffffff"
    timeout = 10

[urgency_normal]
    background = "#222222"
    foreground = "#ffffff"
    timeout = 10

[urgency_critical]
    background = "#222222"
    foreground = "#ffffff"
    frame_color = "#aa2222"
    timeout = 0