-
Notifications
You must be signed in to change notification settings - Fork 0
/
dunstrc
42 lines (38 loc) · 854 Bytes
/
dunstrc
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
34
35
36
37
38
39
40
41
42
[global]
font = "System San Francisco Ultrathin 10"
allow_markup = yes
format = "<b>%s</b>\n%b"
sort = yes
indicate_hidden = yes
alignment = center
bounce_freq = 0
show_age_threshold = 30
word_wrap = yes
ignore_newline = no
geometry = "300x5-0+170"
transparency = 0
idle_threshold = 0
monitor = 0
follow = mouse
sticky_history = yes
line_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
separator_color = frame
startup_notification = false
[frame]
width = 1
color = "#464B50"
[urgency_low]
background = "#323537"
foreground = "#8F9D6A"
timeout = 3
[urgency_normal]
background = "#323537"
foreground = "#AFC4DB"
timeout = 3
[urgency_critical]
background = "#323537"
foreground = "#CF6A4C"
timeout = 3