blob: 7a05b958183a93d3d02725e1e1cbfb3282e39301 (
plain)
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
|
[global]
monitor = 0
follow = keyboard
geometry = "248x64-32+48"
indicate_hidden = true
shrink = no
transparency = 10
separator_height = 2
padding = 16
horizontal_padding = 16
frame_width = 2
sort = no
idle_threshold = 120
font = Lato 10
line_height = 4
markup = full
format = "<b>%s</b> <small>from %a</small>\n%b"
alignment = left
show_age_threshold = 60
word_wrap = true
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = true
icon_position = left
max_icon_size = 64x64
icon_path = "/usr/share/icons/Papirus-Dark/16x16/status/:/usr/share/icons/Papirus-Dark/16x16/devices/:/usr/share/icons/Papirus-Dark/16x16/actions/:/usr/share/icons/Papirus-Dark/16x16/places/"
sticky_history = yes
dmenu = "/usr/bin/rofi -dmenu"
history_length = 20
browser = /usr/bin/firefox
title = Dunst
class = Dunst
[shortcuts]
close = ctrl+space
close_all = ctrl+shift+space
history = ctrl+0
context = ctrl+shift+period
[urgency_low]
background = "#2f343f"
foreground = "#d8dee8"
timeout = "6s"
[urgency_normal]
background = "#2f343f"
foreground = "#d8dee8"
timeout = "6s"
[urgency_critical]
background = "#2f343f"
foreground = "#d8dee8"
frame_color = "#bf616a"
timeout = "0s"
[Spotify]
appname = Spotify
format = "<b>Now Playing</b>\n%s\n%b"
[spliff]
appname = "spliff"
format = "<b>ready for printing</b>\n%s\n%b"
[you_got_mail]
appname = "mutt-wizard"
new_icon = "mail-mark-unread"
timeout = "0s"
|