-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdunstrc
56 lines (52 loc) · 1018 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[global]
monitor = 0
follow = mouse
geometry = "280x50-10+48"
indicate_hidden = yes
shrink = no
separator_height = 4
separator_color = auto
padding = 20
horizontal_padding = 20
frame_width = 0
sort = no
idle_threshold = 120
font = Ubuntu 9
line_height = 4
markup = full
format = %s\n%b
alignment = left
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
stack_duplicates = false
hide_duplicate_count = yes
show_indicators = no
icon_position = left
max_icon_size = 48
sticky_history = yes
history_length = 20
browser = x-www-browser -new-tab
always_run_script = true
title = Dunst
class = Dunst
[shortcuts]
close = ctrl+shift+space
close_all = ctrl+shift+space
history = ctrl+grave
context = ctrl+shift+period
[urgency_low]
timeout = 2
background = "#2E3440"
foreground = "#D8DEE9"
frame_color = "#81A1C1"
[urgency_normal]
timeout = 5
background = "#2E3440"
foreground = "#D8DEE9"
frame_color = "#81A1C1"
[urgency_critical]
timeout = 0
background = "#2E3440"
foreground = "#B48EAD"
frame_color = "#B48EAD"