summaryrefslogtreecommitdiff
path: root/common/.config/wal/templates/dunstrc
blob: bcfbdb8cb7bec799139c65ee178be880b2220dec (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
[global]
follow = mouse
enable_posix_regex = true

width = (200, 300)
offset = (20, 10)

transparency = 20

gap_size = 1

idle_threshold = 5m

frame_color = "{cursor}"

[urgency_low]
    background = "{background}"
    foreground = "{foreground}"
    timeout = 5

[urgency_normal]
    background = "{background}"
    foreground = "{foreground}"
    timeout = 10

[urgency_critical]
    background = "{background}"
    foreground = "{foreground}"
    frame_color = "{color4}"
    timeout = 0