summaryrefslogtreecommitdiff
path: root/wallust/templates/dunstrc
blob: 68585bc8041cfe295469ff4a4d65626c4960d730 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[global]
horizontal_padding = 12
frame_width = 3
font = LilexNerdFont 16
icon_theme = Papyrus
corner_radius = 16

frame_color = "{{color11}}"
separator_color= frame

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

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

[urgency_critical]
background = "{{color11}}"
foreground = "{{background}}"
frame_color = "{{color3}}"