3 frame_color = "#709080"
5 # Allow a small subset of html markup:
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
17 # The format of the message. Possible variables are:
21 # %i iconname (including its path)
22 # %I iconname (without its path)
23 # %p progress value if set ([ 0%] to [100%]) or nothing
25 format = "<b>%s</b>\n%b"
27 # Sort messages by urgency.
30 # Show how many messages are currently hidden (because of geometry).
33 # Alignment of message text.
34 # Possible values are "left", "center" and "right".
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.
43 # Show age of message if message is older than show_age_threshold
45 # Set to -1 to disable.
46 show_age_threshold = 60
48 # Split notifications into multiple lines if they don't fit into
52 # Ignore newlines '\n' in notifications.
56 # The geometry of the window:
57 # [{width}]x{height}[+/-{x}+/-{y}]
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.
72 #geometry = "600x80-0+60"
76 #geometry = "400x80-0+30"
77 geometry = "0x10-10+30"
78 font = Iosevka Fixed SS09 Extended 12
80 # Shrink window if it's smaller than the width. Will be ignored if
84 # The transparency of the window. Range: [0; 100].
85 # This option will only work if a compositing windowmanager is
86 # present (e.g. xcompmgr, compiz, etc.).
89 # Don't remove messages, if the user is idle (no mouse or keyboard input)
90 # for longer than idle_threshold seconds.
91 # Set to 0 to disable.
94 # Which monitor should the notifications be displayed on.
97 # Display notification on focused monitor. Possible modes are:
98 # mouse: follow mouse pointer
99 # keyboard: follow window with keyboard focus
100 # none: don't follow anything
102 # "keyboard" needs a windowmanager that exports the
103 # _NET_ACTIVE_WINDOW property.
104 # This should be the case for almost all modern windowmanagers.
106 # If this option is set to mouse or keyboard, the monitor option
110 # Should a notification popped up from history be sticky or timeout
111 # as if it would normally do.
114 # Maximum amount of notifications kept in history
115 history_length = 1000
117 # Display indicators for URLs (U) and actions (A).
118 show_indicators = yes
120 # The height of a single line. If the height is smaller than the
121 # font height, it will get raised to the font height.
122 # This adds empty space above and under the text.
125 # Draw a line of "separatpr_height" pixel height between two
127 # Set to 0 to disable.
130 # Padding between text and separator.
133 # Horizontal padding.
134 horizontal_padding = 8
136 # Define a color for the separator.
137 # possible values are:
138 # * auto: dunst tries to find a color fitting to the background;
139 # * foreground: use the same color as the foreground;
140 # * frame: use the same color as the frame;
141 # * anything else will be interpreted as a X color.
142 separator_color = frame
144 # Print a notification on startup.
145 # This is mainly for error detection, since dbus (re-)starts dunst
146 # automatically after a crash.
147 startup_notification = true
150 dmenu = /usr/bin/dmenu -p dunst:
152 # Browser for opening urls in context menu.
153 browser = brave-browser
155 # Align icons left/right/off
158 # Paths to default icons.
159 #icon_path = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
160 #icon_path = /usr/share/icons/Humanity/status/16
161 #icon_path = /usr/share/icons/breeze-dark/status/64
162 #icon_path = /usr/share/icons/oxygen/16x16/status/
166 # Shortcuts are specified as [modifier+][modifier+]...key
167 # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
168 # "mod3" and "mod4" (windows-key).
169 # Xev might be helpful to find names for keys.
171 # Close notification.
174 # Close all notifications.
175 close_all = ctrl+shift+space
177 # Redisplay last message(s).
178 # On the US keyboard layout "grave" is normally above TAB and left
183 context = ctrl+shift+period
186 # IMPORTANT: colors have to be defined in quotation marks.
187 # Otherwise the "#" and following would be interpreted as a comment.
188 background = "#3a3a3a"
189 foreground = "#dcdccc"
190 frame_color = "#3f3f3f"
194 background = "#dcdccc"
195 foreground = "#3a3a3a"
196 frame_color = "#3f3f3f"
200 background = "#705050"
201 foreground = "#dcdccc"
202 frame_color = "#3f3f3f"
207 script = dunst_beep_normal
210 msg_urgency = critical
211 script = dunst_beep_critical
214 # Every section that isn't one of the above is interpreted as a rules to
215 # override settings for certain messages.
216 # Messages can be matched by "appname", "summary", "body", "icon", "category",
217 # "msg_urgency" and you can override the "timeout", "urgency", "foreground",
218 # "background", "new_icon" and "format".
219 # Shell-like globbing will get expanded.
222 # You can specify a script that gets run when the rule matches by
223 # setting the "script" option.
224 # The script will be called as follows:
225 # script appname summary body icon urgency
226 # where urgency can be "LOW", "NORMAL" or "CRITICAL".
228 # NOTE: if you don't want a notification to be displayed, set the format
230 # NOTE: It might be helpful to run dunst -print in a terminal in order
231 # to find fitting options for rules.
235 # script = dunst_espeak.sh
238 # summary = "*script*"
239 # script = dunst_test.sh
242 # # This notification will not be displayed
248 # summary = "*signed on*"
253 # summary = *signed off*
263 # summary = *twitter.com*