aboutsummaryrefslogtreecommitdiff
path: root/.config/dunst/dunstrc
blob: 423a912c895569f77ccd9fd1b1c8178a146e9bb3 (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[global]

#
# Basics
#

monitor = 0
follow = keyboard

offset = 0x0
width = 435
height = 125


indicate_hidden = yes
shrink = no
sort = yes  # by urgency
sticky_history = no
idle_threshold = 0


#
# Style
#

padding = 6
horizontal_padding = 6
frame_width = 2
separator_height = 0
separator_color = frame


#
# Formatting
#

font = DejaVu Sans Mono 11

markup = full
format = "<b>%s</b>\n%b"
show_age_threshold = 60

word_wrap = yes
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = no

icon_position = left
max_icon_size = 32


#
# Urgency
#

[urgency_low]
background  = "#15191e"
foreground  = "#ad7ac4"
frame_color = "#ad7ac4"
timeout = 5

[urgency_normal]
background  = "#15191e"
foreground  = "#ad7ac4"
frame_color = "#ad7ac4"
timeout = 5

[urgency_critical]
background  = "#15191e"
foreground  = "#e15d5d"
frame_color = "#e15d5d"
timeout = 15

# vim: ft=cfg