aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: aeb0c2ef6c68af879da6ba8270203c60c6721cb0 (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
[global]
    monitor = 0
    follow = keyboard
    width = 400
    height = 400
    offset = 0x19
    padding = 2
    horizontal_padding = 2
    transparency = 25
    font = monospace 14
    format = "<b>%s</b>\n%b"

[urgency_low]
    background = "#282828"
    foreground = "#ebdbb2"
    timeout = 3

[urgency_normal]
    foreground = "#ebdbb2"
    background = "#282828"
    frame_color = "#005577"
    timeout = 5

[urgency_critical]
    background = "#282828"
    foreground = "#ebdbb2"
    frame_color = "#fabd2f"
    timeout = 10