-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdunstrc
67 lines (53 loc) · 1.21 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[global]
monitor = 0
follow = mouse
width = (0,300)
origin = top-right
offset = 6x6
indicate_hidden = yes
transparency = 0
padding = 0
horizontal_padding = 4
frame_width = 2
frame_color = "#ffffd7"
separator_height = 2
separator_color = frame
# Sort messages by urgency.
sort = yes
idle_threshold = 120
font = Mononoki Nerd Font 10
line_height = 0
markup = full
format = "<b>%s</b>\n%b"
alignment = left
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
icon_position = left
max_icon_size = 60
sticky_history = yes
history_length = 20
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
always_run_script = true
title = Dunst
class = Dunst
force_xinerama = false
[experimental]
per_monitor_dpi = false
[urgency_low]
background = "#ffffd7"
foreground = "#1f1f1f"
timeout = 5
[urgency_normal]
background = "#ffffd7"
foreground = "#1f1f1f"
timeout = 5
[urgency_critical]
background = "#cc2421"
foreground = "#ffffd7"
timeout = 0