summaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: 73e1fc71ee5f36b41a07ee8cb59df0a6833d647f (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
[global]
    monitor = 0
    follow = keyboard
    width = 256
    height = 192
    offset = 0x19
    padding = 1 
    horizontal_padding = 1
    transparency = 25
    font = Monospace 9
    format = "<b>%s</b>\n%b"

[urgency_low]
    background = "#202020"
    foreground = "#D0D0D0"
    timeout = 3

[urgency_normal]
    foreground = "#F2F6F3"
    background = "#202020"
    timeout = 5

[urgency_critical]
    background = "#202020"
    foreground = "#ebdbb2"
    frame_color = "#AC4142"
    timeout = 10