2068 lines
		
	
	
		
			100 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			2068 lines
		
	
	
		
			100 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<?xml version="1.0" encoding="utf-8"?>
 | 
						|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 | 
						|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 | 
						|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 | 
						|
<head>
 | 
						|
<!-- 2021-01-03 dim. 22:51 -->
 | 
						|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
 | 
						|
<title>Dunst (Notification Manager)</title>
 | 
						|
<meta name="generator" content="Org mode" />
 | 
						|
<meta name="author" content="Dehaeze Thomas" />
 | 
						|
<link rel="stylesheet" type="text/css" href="./dist/style.css"/>
 | 
						|
<script type="text/javascript" src="./dist/script.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div id="org-div-home-and-up">
 | 
						|
 <a accesskey="h" href="./index.html"> UP </a>
 | 
						|
 |
 | 
						|
 <a accesskey="H" href="./index.html"> HOME </a>
 | 
						|
</div><div id="content">
 | 
						|
<h1 class="title">Dunst (Notification Manager)</h1>
 | 
						|
<div id="table-of-contents">
 | 
						|
<h2>Table of Contents</h2>
 | 
						|
<div id="text-table-of-contents">
 | 
						|
<ul>
 | 
						|
<li><a href="#org88c63ea">Global</a>
 | 
						|
<ul>
 | 
						|
<li><a href="#org5759a6d">Display</a></li>
 | 
						|
<li><a href="#orgf8f9654">Text</a></li>
 | 
						|
<li><a href="#org1472558">Icons</a></li>
 | 
						|
<li><a href="#orgb07bee7">History</a></li>
 | 
						|
<li><a href="#orgf4f0949">Misc/Advanced</a></li>
 | 
						|
</ul>
 | 
						|
</li>
 | 
						|
<li><a href="#org515ca97">Shortcuts</a></li>
 | 
						|
<li><a href="#orgf546c51">Urgency</a></li>
 | 
						|
</ul>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-org88c63ea" class="outline-2">
 | 
						|
<h2 id="org88c63ea">Global</h2>
 | 
						|
<div class="outline-text-2" id="text-org88c63ea">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  [<span class="org-type">global</span>]
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-org5759a6d" class="outline-3">
 | 
						|
<h3 id="org5759a6d">Display</h3>
 | 
						|
<div class="outline-text-3" id="text-org5759a6d">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  <span class="org-comment-delimiter"># </span><span class="org-comment">Which monitor should the notifications be displayed on.</span>
 | 
						|
  <span class="org-variable-name">monitor</span> = <span class="org-highlight-numbers-number">0</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Display notification on focused monitor.  Possible modes are:</span>
 | 
						|
  <span class="org-comment-delimiter">#   </span><span class="org-comment">mouse: follow mouse pointer</span>
 | 
						|
  <span class="org-comment-delimiter">#   </span><span class="org-comment">keyboard: follow window with keyboard focus</span>
 | 
						|
  <span class="org-comment-delimiter">#   </span><span class="org-comment">none: don't follow anything</span>
 | 
						|
  <span class="org-comment-delimiter">#</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">"keyboard" needs a windowmanager that exports the</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">_NET_ACTIVE_WINDOW property.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">This should be the case for almost all modern windowmanagers.</span>
 | 
						|
  <span class="org-comment-delimiter">#</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">If this option is set to mouse or keyboard, the monitor option</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">will be ignored.</span>
 | 
						|
  <span class="org-variable-name">follow</span> = keyboard
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The geometry of the window:</span>
 | 
						|
  <span class="org-comment-delimiter">#   </span><span class="org-comment">[{width}]x{height}[+/-{x}+/-{y}]</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The geometry of the message window.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The height is measured in number of notifications everything else</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">in pixels.  If the width is omitted but the height is given</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">("-geometry x2"), the message window expands over the whole screen</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">(dmenu-like).  If width is 0, the window expands to the longest</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">message displayed.  A positive x is measured from the left, a</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">negative from the right side of the screen.  Y is measured from</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">the top and down respectevly.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The width can be negative.  In this case the actual width is the</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">screen width minus the width defined in within the geometry option.</span>
 | 
						|
  <span class="org-variable-name">geometry</span> = <span class="org-string">"250x50-10+37"</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Show how many messages are currently hidden (because of geometry).</span>
 | 
						|
  <span class="org-variable-name">indicate_hidden</span> = yes
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Shrink window if it's smaller than the width.  Will be ignored if</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">width is 0.</span>
 | 
						|
  <span class="org-variable-name">shrink</span> = no
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The transparency of the window.  Range: [0; 100].</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">This option will only work if a compositing windowmanager is</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">present (e.g. xcompmgr, compiz, etc.).</span>
 | 
						|
  <span class="org-variable-name">transparency</span> = <span class="org-highlight-numbers-number">0</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The height of the entire notification.  If the height is smaller</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">than the font height and padding combined, it will be raised</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">to the font height and padding.</span>
 | 
						|
  <span class="org-variable-name">notification_height</span> = <span class="org-highlight-numbers-number">0</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Draw a line of "separator_height" pixel height between two</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">notifications.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Set to 0 to disable.</span>
 | 
						|
  <span class="org-variable-name">separator_height</span> = <span class="org-highlight-numbers-number">4</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Padding between text and separator.</span>
 | 
						|
  <span class="org-variable-name">padding</span> = <span class="org-highlight-numbers-number">16</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Horizontal padding.</span>
 | 
						|
  <span class="org-variable-name">horizontal_padding</span> = <span class="org-highlight-numbers-number">16</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Defines width in pixels of frame around the notification window.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Set to 0 to disable.</span>
 | 
						|
  <span class="org-variable-name">frame_width</span> = <span class="org-highlight-numbers-number">2</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Defines color of the frame around the notification window.</span>
 | 
						|
  <span class="org-variable-name">frame_color</span> = <span class="org-string">"#32302f"</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Define a color for the separator.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">possible values are:</span>
 | 
						|
  <span class="org-comment-delimiter">#  </span><span class="org-comment">* auto: dunst tries to find a color fitting to the background;</span>
 | 
						|
  <span class="org-comment-delimiter">#  </span><span class="org-comment">* foreground: use the same color as the foreground;</span>
 | 
						|
  <span class="org-comment-delimiter">#  </span><span class="org-comment">* frame: use the same color as the frame;</span>
 | 
						|
  <span class="org-comment-delimiter">#  </span><span class="org-comment">* anything else will be interpreted as a X color.</span>
 | 
						|
  <span class="org-variable-name">separator_color</span> = frame
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Don't remove messages, if the user is idle (no mouse or keyboard input)</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">for longer than idle_threshold seconds.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Set to 0 to disable.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">default 120</span>
 | 
						|
  <span class="org-variable-name">idle_threshold</span> = <span class="org-highlight-numbers-number">120</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Sort messages by urgency.</span>
 | 
						|
  <span class="org-variable-name">sort</span> = yes
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-orgf8f9654" class="outline-3">
 | 
						|
<h3 id="orgf8f9654">Text</h3>
 | 
						|
<div class="outline-text-3" id="text-orgf8f9654">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  <span class="org-variable-name">font</span> = Hack Nerd Font <span class="org-highlight-numbers-number">10</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">The height of a single line.  If the height is smaller than the</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">font height, it will get raised to the font height.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">This adds empty space above and under the text.</span>
 | 
						|
  <span class="org-variable-name">line_height</span> = <span class="org-highlight-numbers-number">4</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Possible values are:</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">full: Allow a small subset of html markup in notifications:</span>
 | 
						|
  <span class="org-comment-delimiter">#        </span><span class="org-comment"><b>bold</b></span>
 | 
						|
  <span class="org-comment-delimiter">#        </span><span class="org-comment"><i>italic</i></span>
 | 
						|
  <span class="org-comment-delimiter">#        </span><span class="org-comment"><s>strikethrough</s></span>
 | 
						|
  <span class="org-comment-delimiter">#        </span><span class="org-comment"><u>underline</u></span>
 | 
						|
  <span class="org-comment-delimiter">#</span>
 | 
						|
  <span class="org-comment-delimiter">#        </span><span class="org-comment">For a complete reference see</span>
 | 
						|
  <span class="org-comment-delimiter">#        </span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"><http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">strip: This setting is provided for compatibility with some broken</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#        </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">clients that send markup even though it's not enabled on the</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#        </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">server. Dunst will try to strip the markup but the parsing is</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#        </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">simplistic so using this option outside of matching rules for</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#        </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">specific applications *IS GREATLY DISCOURAGED*.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">no:    Disable markup parsing, incoming notifications will be treated as</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#        </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">plain text. Dunst will not advertise that it has the body-markup</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#        </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">capability if this is set as a global setting.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">It's important to note that markup inside the format option will be parsed</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">regardless of what this is set to.</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-variable-name"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">markup</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"> = full
 | 
						|
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">The format of the message.  Possible variables are:</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%a  appname</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%s  summary</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%b  body</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%i  iconname (including its path)</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%I  iconname (without its path)</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%p  progress value if set ([  0%] to [100%]) or nothing</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">#   </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">%n  progress value if set without any extra characters</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-comment-delimiter"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"># </a></span><span class="org-comment"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">Markup is allowed</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">
 | 
						|
  </a><span class="org-variable-name"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">format</a></span><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b"> = </a><span class="org-string"><a href="http://developer.gnome.org/pango/stable/PangoMarkupFormat.html>.
 | 
						|
  #
 | 
						|
  # strip: This setting is provided for compatibility with some broken
 | 
						|
  #        clients that send markup even though it's not enabled on the
 | 
						|
  #        server. Dunst will try to strip the markup but the parsing is
 | 
						|
  #        simplistic so using this option outside of matching rules for
 | 
						|
  #        specific applications *IS GREATLY DISCOURAGED*.
 | 
						|
  #
 | 
						|
  # no:    Disable markup parsing, incoming notifications will be treated as
 | 
						|
  #        plain text. Dunst will not advertise that it has the body-markup
 | 
						|
  #        capability if this is set as a global setting.
 | 
						|
  #
 | 
						|
  # It's important to note that markup inside the format option will be parsed
 | 
						|
  # regardless of what this is set to.
 | 
						|
  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
 | 
						|
  # Markup is allowed
 | 
						|
  format = "<b>%s</b">"<b>%s</b></a>\n%b"</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Alignment of message text.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Possible values are "left", "center" and "right".</span>
 | 
						|
  <span class="org-variable-name">alignment</span> = left
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Show age of message if message is older than show_age_threshold</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">seconds.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Set to -1 to disable.</span>
 | 
						|
  <span class="org-variable-name">show_age_threshold</span> = <span class="org-highlight-numbers-number">300</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Split notifications into multiple lines if they don't fit into</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">geometry.</span>
 | 
						|
  <span class="org-variable-name">word_wrap</span> = yes
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Ignore newlines '\n' in notifications.</span>
 | 
						|
  <span class="org-variable-name">ignore_newline</span> = no
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Merge multiple notifications with the same content</span>
 | 
						|
  <span class="org-variable-name">stack_duplicates</span> = false
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Hide the count of merged notifications with the same content</span>
 | 
						|
  <span class="org-variable-name">hide_duplicate_count</span> = false
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Display indicators for URLs (U) and actions (A).</span>
 | 
						|
  <span class="org-variable-name">show_indicators</span> = yes
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-org1472558" class="outline-3">
 | 
						|
<h3 id="org1472558">Icons</h3>
 | 
						|
<div class="outline-text-3" id="text-org1472558">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  <span class="org-comment-delimiter"># </span><span class="org-comment">Align icons left/right/off</span>
 | 
						|
  <span class="org-variable-name">icon_position</span> = off
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Limit icons size.</span>
 | 
						|
  <span class="org-variable-name">max_icon_size</span>=<span class="org-highlight-numbers-number">32</span>
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Paths to default icons.</span>
 | 
						|
  <span class="org-variable-name">icon_path</span> = /usr/share/icons/Arc/16x16/status/:/usr/share/icons/Arc/16x16/devices/
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-orgb07bee7" class="outline-3">
 | 
						|
<h3 id="orgb07bee7">History</h3>
 | 
						|
<div class="outline-text-3" id="text-orgb07bee7">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  <span class="org-comment-delimiter"># </span><span class="org-comment">Should a notification popped up from history be sticky or timeout</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">as if it would normally do.</span>
 | 
						|
  <span class="org-variable-name">sticky_history</span> = yes
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Maximum amount of notifications kept in history</span>
 | 
						|
  <span class="org-variable-name">history_length</span> = <span class="org-highlight-numbers-number">20</span>
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-orgf4f0949" class="outline-3">
 | 
						|
<h3 id="orgf4f0949">Misc/Advanced</h3>
 | 
						|
<div class="outline-text-3" id="text-orgf4f0949">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  <span class="org-comment-delimiter"># </span><span class="org-comment">dmenu path.</span>
 | 
						|
  <span class="org-variable-name">dmenu</span> = /usr/bin/dmenu -p dunst:
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Browser for opening urls in context menu.</span>
 | 
						|
  <span class="org-variable-name">browser</span> = $BROWSER
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Always run rule-defined scripts, even if the notification is suppressed</span>
 | 
						|
  <span class="org-variable-name">always_run_script</span> = true
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Define the title of the windows spawned by dunst</span>
 | 
						|
  <span class="org-variable-name">title</span> = Dunst
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Define the class of the windows spawned by dunst</span>
 | 
						|
  <span class="org-variable-name">class</span> = Dunst
 | 
						|
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Print a notification on startup.</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">This is mainly for error detection, since dbus (re-)starts dunst</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">automatically after a crash.</span>
 | 
						|
  <span class="org-variable-name">startup_notification</span> = false
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-org515ca97" class="outline-2">
 | 
						|
<h2 id="org515ca97">Shortcuts</h2>
 | 
						|
<div class="outline-text-2" id="text-org515ca97">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  [<span class="org-type">shortcuts</span>]
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">Available modifiers are "ctrl", "mod1" (the alt-key), "mod2",</span>
 | 
						|
  <span class="org-comment-delimiter"># </span><span class="org-comment">"mod3" and "mod4" (windows-key).</span>
 | 
						|
  <span class="org-variable-name">close</span> = mod1+space
 | 
						|
  <span class="org-variable-name">history</span> = mod1+Escape
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
 | 
						|
<div id="outline-container-orgf546c51" class="outline-2">
 | 
						|
<h2 id="orgf546c51">Urgency</h2>
 | 
						|
<div class="outline-text-2" id="text-orgf546c51">
 | 
						|
<div class="org-src-container">
 | 
						|
<pre class="src src-conf">  [<span class="org-type">urgency_low</span>]
 | 
						|
  <span class="org-variable-name">background</span> = <span class="org-string">"#32302f"</span>
 | 
						|
  <span class="org-variable-name">foreground</span> = <span class="org-string">"#ebdbb2"</span>
 | 
						|
  <span class="org-variable-name">timeout</span> = <span class="org-highlight-numbers-number">4</span>
 | 
						|
 | 
						|
  [<span class="org-type">urgency_normal</span>]
 | 
						|
  <span class="org-variable-name">background</span> = <span class="org-string">"#32302f"</span>
 | 
						|
  <span class="org-variable-name">foreground</span> = <span class="org-string">"#ebdbb2"</span>
 | 
						|
  <span class="org-variable-name">timeout</span> = <span class="org-highlight-numbers-number">6</span>
 | 
						|
 | 
						|
  [<span class="org-type">urgency_critical</span>]
 | 
						|
  <span class="org-variable-name">background</span> = <span class="org-string">"#32302f"</span>
 | 
						|
  <span class="org-variable-name">foreground</span> = <span class="org-string">"#cc241d"</span>
 | 
						|
  <span class="org-variable-name">timeout</span> = <span class="org-highlight-numbers-number">0</span>
 | 
						|
</pre>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
</div>
 | 
						|
<div id="postamble" class="status">
 | 
						|
<p class="author">Author: Dehaeze Thomas</p>
 | 
						|
<p class="date">Created: 2021-01-03 dim. 22:51</p>
 | 
						|
</div>
 | 
						|
</body>
 | 
						|
</html>
 |