forked from j-san/i3-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdunst
64 lines (54 loc) · 1.34 KB
/
dunst
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
[global]
font = DejaVu Sans Mono 12
allow_markup = yes
indicate_hidden = yes
# %a appname
# %s summary
# %b body
# %i iconname (including its path)
# %I iconname (without its path)
# %p progress value if set ([ 0%] to [100%]) or nothing
format = "<big>%s</big>\n<small>%b</small>"
sort = yes
# "left", "center" and "right"
alignment = right
bounce_freq = 0
show_age_threshold = 60
word_wrap = yes
ignore_newline = no
geometry = "300x5-20+40"
transparency = 0
idle_threshold = 120
monitor = 0
follow = mouse
sticky_history = yes
line_height = 0
separator_height = 2
padding = 8
horizontal_padding = 8
separator_color = frame
startup_notification = false
dmenu = /usr/bin/dmenu -p dunst:
browser = /usr/bin/firefox -new-tab
[frame]
width = 2
color = "#4C9ED9"
[shortcuts]
# 'ctrl', 'mod1' (the alt-key), 'mod2', 'mod3'
close = mod1+n
close_all = mod1+ctrl+n
history = mod1+shift+n
# context menu
context = ctrl+shift+period
[urgency_low]
background = "#2D5B7D"
foreground = "#CCCCCC"
timeout = 10
[urgency_normal]
background = "#2D5B7D"
foreground = "#FFFFFF"
timeout = 10
[urgency_critical]
background = "#DD0000"
foreground = "#FFFFFF"
timeout = 0