aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: ecb67cedd341e9bd9e54f0db0dc1011063169c76 (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
38
39
40
41
42
43
44
# See dunst(5) for all configuration options

[global]
    width = 300
    height = (0, 300)
    origin = bottom-right
    offset = (10, 10)
    indicate_hidden = yes
    padding = 4
    horizontal_padding = 8
    text_icon_padding = 0
    frame_width = 1
    frame_color = "#FFFFFF"
    gap_size = 1
    separator_color = frame
    sort = yes
    font = CommitMono 9
    format = "<i>%a</i>\n<b>%s</b>\n%b"
    show_age_threshold = 60
    stack_duplicates = false

[urgency_low]
    background = "#000000"
    foreground = "#888888"
    frame_color = "#888888"
    timeout = 10
    default_icon = dialog-information

[urgency_normal]
    background = "#000000"
    foreground = "#04AAFF"
    frame_color = "#04AAFF"
    timeout = 20
    override_pause_level = 30
    default_icon = dialog-information

[urgency_critical]
    background = "#000000"
    foreground = "#FF0000"
    frame_color = "#962020"
    timeout = 0
    override_pause_level = 60
    default_icon = dialog-warning