2 font = Sauce Code Powerline 9
4 # Allow a small subset of html markup:
10 # For a complete reference see
11 # <http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
12 # If markup is not allowed, those tags will be stripped out of the
16 # The format of the message. Possible variables are:
20 # %i iconname (including its path)
21 # %I iconname (without its path)
22 # %p progress value if set ([ 0%] to [100%]) or nothing
26 # Sort messages by urgency.
29 # Show how many messages are currently hidden (because of geometry).
32 # Alignment of message text.
33 # Possible values are "left", "center" and "right".
36 # The frequency with wich text that is longer than the notification
37 # window allows bounces back and forth.
38 # This option conflicts with "word_wrap".
39 # Set to 0 to disable.
42 # Show age of message if message is older than show_age_threshold
44 # Set to -1 to disable.
45 show_age_threshold = 60
47 # Split notifications into multiple lines if they don't fit into
51 # Ignore newlines '\n' in notifications.
55 # The geometry of the window:
56 # [{width}]x{height}[+/-{x}+/-{y}]
57 # The geometry of the message window.
58 # The height is measured in number of notifications everything else
59 # in pixels. If the width is omitted but the height is given
60 # ("-geometry x2"), the message window expands over the whole screen
61 # (dmenu-like). If width is 0, the window expands to the longest
62 # message displayed. A positive x is measured from the left, a
63 # negative from the right side of the screen. Y is measured from
64 # the top and down respectevly.
65 # The width can be negative. In this case the actual width is the
66 # screen width minus the width defined in within the geometry option.
69 # Shrink window if it's smaller than the width. Will be ignored if
73 # The transparency of the window. Range: [0; 100].
74 # This option will only work if a compositing windowmanager is
75 # present (e.g. xcompmgr, compiz, etc.).
78 # Don't remove messages, if the user is idle (no mouse or keyboard input)
79 # for longer than idle_threshold seconds.
80 # Set to 0 to disable.
83 # Which monitor should the notifications be displayed on.
86 # Display notification on focused monitor. Possible modes are:
87 # mouse: follow mouse pointer
88 # keyboard: follow window with keyboard focus
89 # none: don't follow anything
91 # "keyboard" needs a windowmanager that exports the
92 # _NET_ACTIVE_WINDOW property.
93 # This should be the case for almost all modern windowmanagers.
95 # If this option is set to mouse or keyboard, the monitor option
99 # Should a notification popped up from history be sticky or timeout
100 # as if it would normally do.
103 # Maximum amount of notifications kept in history
106 # Display indicators for URLs (U) and actions (A).
107 show_indicators = yes
109 # The height of a single line. If the height is smaller than the
110 # font height, it will get raised to the font height.
111 # This adds empty space above and under the text.
114 # Draw a line of "separatpr_height" pixel height between two
116 # Set to 0 to disable.
119 # Padding between text and separator.
122 # Horizontal padding.
123 horizontal_padding = 0
125 # Define a color for the separator.
126 # possible values are:
127 # * auto: dunst tries to find a color fitting to the background;
128 # * foreground: use the same color as the foreground;
129 # * frame: use the same color as the frame;
130 # * anything else will be interpreted as a X color.
131 separator_color = frame
133 # Print a notification on startup.
134 # This is mainly for error detection, since dbus (re-)starts dunst
135 # automatically after a crash.
136 startup_notification = false
139 dmenu = /usr/bin/dmenu -p dunst:
141 # Browser for opening urls in context menu.
142 browser = /usr/bin/firefox -new-tab
144 # Align icons left/right/off
147 # Paths to default icons.
148 icon_folders = /usr/share/icons/gnome/16x16/status/:/usr/share/icons/gnome/16x16/devices/
156 # Shortcuts are specified as [modifier+][modifier+]...key
157 # Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",
158 # "mod3" and "mod4" (windows-key).
159 # Xev might be helpful to find names for keys.
161 # Close notification.
164 # Close all notifications.
165 close_all = ctrl+shift+space
167 # Redisplay last message(s).
168 # On the US keyboard layout "grave" is normally above TAB and left
173 context = ctrl+shift+period
176 # IMPORTANT: colors have to be defined in quotation marks.
177 # Otherwise the "#" and following would be interpreted as a comment.
178 background = "#2f2b30"
179 foreground = "#ddeeff"
183 background = "#7b59c0"
184 foreground = "#ddeeff"
188 background = "#ca402b"
189 #background = "#cf0f38"
190 foreground = "#ddeeff"
194 # Every section that isn't one of the above is interpreted as a rules to
195 # override settings for certain messages.
196 # Messages can be matched by "appname", "summary", "body", "icon", "category",
197 # "msg_urgency" and you can override the "timeout", "urgency", "foreground",
198 # "background", "new_icon" and "format".
199 # Shell-like globbing will get expanded.
202 # You can specify a script that gets run when the rule matches by
203 # setting the "script" option.
204 # The script will be called as follows:
205 # script appname summary body icon urgency
206 # where urgency can be "LOW", "NORMAL" or "CRITICAL".
208 # NOTE: if you don't want a notification to be displayed, set the format
210 # NOTE: It might be helpful to run dunst -print in a terminal in order
211 # to find fitting options for rules.
215 # script = dunst_espeak.sh
218 # summary = "*script*"
219 # script = dunst_test.sh
222 # # This notification will not be displayed
228 # summary = "*signed on*"
233 # summary = *signed off*
243 # summary = *twitter.com*