blob: 8a23001e3c87106757e1cd6bc533648c8593af0b (
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
|
# Very minimal dunst config
[global]
width = 300
height = 300
origin = bottom-right
offset = 10x10
scale = 0
notification_limit = 6
separator_height = 2
alignment = left
stack_duplicates = true
frame_width = 3
frame_color = "#4E3524"
gap_size = 6
separator_color = frame
font = JetBrainsMono Nerd Font 10
line_height = 3
[urgency_normal]
foreground = "#282828"
background = "#a89984"
timeout = 5
[urgency_low]
foreground = "#a89984"
background = "#282828"
timeout = 3
[urgency_critical]
foreground = "#282828"
background = "#a89984"
timeout = 8
|