blob: 1fdcaf1b0762728fd75736178079f840db9e6575 (
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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
[global]
### Display ###
monitor = 0
follow = none
geometry = "400x5-50+82"
indicate_hidden = yes
shrink = no
transparency = 0
notification_height = 0
separator_height = 2
padding = 16
horizontal_padding = 16
frame_width = 2
frame_color = "#de9dac"
separator_color = frame
sort = yes
idle_threshold = 10
### Text ###
font = Inter 11
line_height = 0
markup = full
# The format of the message. Possible variables are:
# %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
# %n progress value if set without any extra characters
# %% Literal %
format = "<b>%s</b>\n%b"
alignment = left
vertical_alignment = top
show_age_threshold = 60
word_wrap = yes
ellipsize = middle
ignore_newline = no
stack_duplicates = true
hide_duplicate_count = false
show_indicators = yes
### Icons ###
icon_position = left
min_icon_size = 0
max_icon_size = 128
icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
### History ###
sticky_history = yes
history_length = 20
### Misc/Advanced ###
browser = /usr/bin/firefox -new-tab
always_run_script = true
title = Dunst
class = Dunst
startup_notification = false
verbosity = mesg
corner_radius = 0
ignore_dbusclose = false
### Legacy
force_xinerama = false
### mouse
mouse_left_click = do_action
mouse_middle_click = close_all
mouse_right_click = close_current
[experimental]
per_monitor_dpi = false
[shortcuts]
close_all = mod4+c
[urgency_low]
background = "#121213"
foreground = "#de9dac"
timeout = 10
[urgency_normal]
background = "#121213"
foreground = "#f9ece8"
timeout = 10
[urgency_critical]
background = "#de9dac"
foreground = "#121213"
frame_color = "#de9dac"
timeout = 0
# vim: ft=cfg
|