Update dunstrc for 4k
[khome.git] / home / .config / dunst / dunstrc
CommitLineData
d101fbe9
SK
1[global]
2 frame_width = 1
3 frame_color = "#709080"
4
5 # Allow a small subset of html markup:
6 # <b>bold</b>
7 # <i>italic</i>
8 # <s>strikethrough</s>
9 # <u>underline</u>
10 #
11 # For a complete reference see
12 # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
13 # If markup is not allowed, those tags will be stripped out of the
14 # message.
15 markup = no
16
17 # The format of the message. Possible variables are:
18 # %a appname
19 # %s summary
20 # %b body
21 # %i iconname (including its path)
22 # %I iconname (without its path)
23 # %p progress value if set ([ 0%] to [100%]) or nothing
24 # Markup is allowed
25 format = "<b>%s</b>\n%b"
26
27 # Sort messages by urgency.
28 sort = yes
29
30 # Show how many messages are currently hidden (because of geometry).
31 indicate_hidden = yes
32
33 # Alignment of message text.
34 # Possible values are "left", "center" and "right".
35 alignment = left
36
37 # The frequency with wich text that is longer than the notification
38 # window allows bounces back and forth.
39 # This option conflicts with "word_wrap".
40 # Set to 0 to disable.
41 bounce_freq = 0
42
43 # Show age of message if message is older than show_age_threshold
44 # seconds.
45 # Set to -1 to disable.
46 show_age_threshold = 60
47
48 # Split notifications into multiple lines if they don't fit into
49 # geometry.
50 word_wrap = yes
51
52 # Ignore newlines '\n' in notifications.
53 ignore_newline = no
54
55
56 # The geometry of the window:
57 # [{width}]x{height}[+/-{x}+/-{y}]
915de5bf
SK
58 # Default:
59 # "0x0+0-0"
d101fbe9
SK
60 # The geometry of the message window.
61 # The height is measured in number of notifications everything else
62 # in pixels. If the width is omitted but the height is given
63 # ("-geometry x2"), the message window expands over the whole screen
64 # (dmenu-like). If width is 0, the window expands to the longest
65 # message displayed. A positive x is measured from the left, a
66 # negative from the right side of the screen. Y is measured from
67 # the top and down respectevly.
68 # The width can be negative. In this case the actual width is the
69 # screen width minus the width defined in within the geometry option.
70
71 # 3840x2160
fa29212b
SK
72 geometry = "0x10-5+35"
73 font = Iosevka 10
d101fbe9
SK
74
75 # 3440x1440
915de5bf 76 #geometry = "400x80-0+30"
fa29212b 77 #font = Iosevka Fixed SS09 Extended 12
d101fbe9
SK
78
79 # Shrink window if it's smaller than the width. Will be ignored if
80 # width is 0.
81 shrink = no
82
83 # The transparency of the window. Range: [0; 100].
84 # This option will only work if a compositing windowmanager is
85 # present (e.g. xcompmgr, compiz, etc.).
86 #transparency = 25
87
88 # Don't remove messages, if the user is idle (no mouse or keyboard input)
89 # for longer than idle_threshold seconds.
90 # Set to 0 to disable.
91 idle_threshold = 300
92
93 # Which monitor should the notifications be displayed on.
94 monitor = 0
95
96 # Display notification on focused monitor. Possible modes are:
97 # mouse: follow mouse pointer
98 # keyboard: follow window with keyboard focus
99 # none: don't follow anything
100 #
101 # "keyboard" needs a windowmanager that exports the
102 # _NET_ACTIVE_WINDOW property.
103 # This should be the case for almost all modern windowmanagers.
104 #
105 # If this option is set to mouse or keyboard, the monitor option
106 # will be ignored.
107 follow = mouse
108
109 # Should a notification popped up from history be sticky or timeout
110 # as if it would normally do.
111 sticky_history = yes
112
113 # Maximum amount of notifications kept in history
114 history_length = 1000
115
116 # Display indicators for URLs (U) and actions (A).
117 show_indicators = yes
118
119 # The height of a single line. If the height is smaller than the
120 # font height, it will get raised to the font height.
121 # This adds empty space above and under the text.
122 line_height = 0
123
124 # Draw a line of "separatpr_height" pixel height between two
125 # notifications.
126 # Set to 0 to disable.
127 separator_height = 1
128
129 # Padding between text and separator.
130 padding = 8
131
132 # Horizontal padding.
133 horizontal_padding = 8
134
135 # Define a color for the separator.
136 # possible values are:
137 # * auto: dunst tries to find a color fitting to the background;
138 # * foreground: use the same color as the foreground;
139 # * frame: use the same color as the frame;
140 # * anything else will be interpreted as a X color.
141 separator_color = frame
142
143 # Print a notification on startup.
144 # This is mainly for error detection, since dbus (re-)starts dunst
145 # automatically after a crash.
146 startup_notification = true
147
148 # dmenu path.
149 dmenu = /usr/bin/dmenu -p dunst:
150
151 # Browser for opening urls in context menu.
1add2013 152 browser = brave-browser
d101fbe9
SK
153
154 # Align icons left/right/off
155 icon_position = off
156
157 # Paths to default icons.
158 #icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
159 #icon_path = /usr/share/icons/Humanity/status/16
160 #icon_path = /usr/share/icons/breeze-dark/status/64
161 #icon_path = /usr/share/icons/oxygen/16x16/status/
162
163[shortcuts]
164
165 # Shortcuts are specified as [modifier+][modifier+]...key
166 # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
167 # "mod3" and "mod4" (windows-key).
168 # Xev might be helpful to find names for keys.
169
170 # Close notification.
171 close = ctrl+space
172
173 # Close all notifications.
174 close_all = ctrl+shift+space
175
176 # Redisplay last message(s).
177 # On the US keyboard layout "grave" is normally above TAB and left
178 # of "1".
179 history = ctrl+grave
180
181 # Context menu.
182 context = ctrl+shift+period
183
184[urgency_low]
185 # IMPORTANT: colors have to be defined in quotation marks.
186 # Otherwise the "#" and following would be interpreted as a comment.
187 background = "#3a3a3a"
188 foreground = "#dcdccc"
189 frame_color = "#3f3f3f"
190 timeout = 30
191
192[urgency_normal]
193 background = "#dcdccc"
194 foreground = "#3a3a3a"
195 frame_color = "#3f3f3f"
196 timeout = 60
197
198[urgency_critical]
199 background = "#705050"
200 foreground = "#dcdccc"
201 frame_color = "#3f3f3f"
202 timeout = 0
203
204[beep_normal]
205 msg_urgency = normal
206 script = dunst_beep_normal
207
208[beep_critical]
209 msg_urgency = critical
210 script = dunst_beep_critical
211
212
213# Every section that isn't one of the above is interpreted as a rules to
214# override settings for certain messages.
215# Messages can be matched by "appname", "summary", "body", "icon", "category",
216# "msg_urgency" and you can override the "timeout", "urgency", "foreground",
217# "background", "new_icon" and "format".
218# Shell-like globbing will get expanded.
219#
220# SCRIPTING
221# You can specify a script that gets run when the rule matches by
222# setting the "script" option.
223# The script will be called as follows:
224# script appname summary body icon urgency
225# where urgency can be "LOW", "NORMAL" or "CRITICAL".
226#
227# NOTE: if you don't want a notification to be displayed, set the format
228# to "".
229# NOTE: It might be helpful to run dunst -print in a terminal in order
230# to find fitting options for rules.
231
232#[espeak]
233# summary = "*"
234# script = dunst_espeak.sh
235
236#[script-test]
237# summary = "*script*"
238# script = dunst_test.sh
239
240#[ignore]
241# # This notification will not be displayed
242# summary = "foobar"
243# format = ""
244
245#[signed_on]
246# appname = Pidgin
247# summary = "*signed on*"
248# urgency = low
249#
250#[signed_off]
251# appname = Pidgin
252# summary = *signed off*
253# urgency = low
254#
255#[says]
256# appname = Pidgin
257# summary = *says*
258# urgency = critical
259#
260#[twitter]
261# appname = Pidgin
262# summary = *twitter.com*
263# urgency = normal
264#
265# vim: ft=cfg
This page took 0.078624 seconds and 4 git commands to generate.