-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdunstrc
50 lines (47 loc) · 1.43 KB
/
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
43
44
45
46
47
48
49
50
[global]
enable_posix_regex = true
width = (0, 300)
height = 300
notification_limit = 1
origin = bottom-right
offset = 10x10
transparency = 10
separator_height = 2
padding = 4
frame_width = 1
frame_color = "#40A4FF"
sort = false
font = Hack Nerd Font 8
markup = full
format = "<b>%s</b>\n%b"
alignment = right
vertical_alignment = bottom
ellipsize = middle
stack_duplicates = true
enable_recursive_icon_lookup = true
icon_theme = breeze
icon_position = left
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/:/usr/share/icons/breeze-dark/apps/16
[urgency_low]
# IMPORTANT: colors have to be defined in quotation marks.
# Otherwise the "#" and following would be interpreted as a comment.
background = "#1e2127"
foreground = "#abb2bf"
frame_color = "#40A4FF"
timeout = 5
# Icon for notifications with low urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_normal]
background = "#1e2127"
foreground = "#abb2bf"
frame_color = "#40A4FF"
timeout = 5
# Icon for notifications with normal urgency, uncomment to enable
#default_icon = /path/to/icon
[urgency_critical]
background = "#1e2127"
foreground = "#abb2bf"
frame_color = "#FF5250"
timeout = 10
# Icon for notifications with critical urgency, uncomment to enable
#default_icon = /path/to/icon