Skip to content

Commit

Permalink
Deploy 3494795
Browse files Browse the repository at this point in the history
  • Loading branch information
bynect committed Dec 3, 2024
1 parent 155d125 commit 488aa60
Show file tree
Hide file tree
Showing 11 changed files with 161 additions and 155 deletions.
7 changes: 7 additions & 0 deletions css/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,10 @@ hr.features {
.fcontainer > p {
margin-bottom: 0;
}

.front {
margin-top: 1.5em;
margin-bottom: 1em;
font-size: 105%;
font-weight: 500;
}
3 changes: 1 addition & 2 deletions documentation/dependencies/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ <h1><b>Documentation</b></h1>



<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i>
Visit Github wiki</code></a>
<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i> See on Github</code></a>

</div>

Expand Down
53 changes: 40 additions & 13 deletions documentation/dunst/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,14 @@ <h1><b>Documentation</b></h1>



<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i>
Visit Github wiki</code></a>
<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i> See on Github</code></a>

</div>

</div>

<hr>
<h1><b>dunst(1)</b> <div class="flabel">2023-10-17</div></h1>
<h1><b>dunst(1)</b> <div class="flabel">2024-12-03</div></h1>


<nav id="TableOfContents"></nav>
Expand All @@ -162,10 +161,14 @@ <h1><b>dunst(1)</b> <div class="flabel">2023-10-17</div></h1>
<li><a href="#Autostarting-dunst">Autostarting dunst</a></li>
</ul>
</li>
<li><a href="#COMMAND-LINE-OPTIONS">COMMAND LINE OPTIONS</a></li>
<li><a href="#COMMAND-LINE-OPTIONS">COMMAND LINE OPTIONS</a>
<ul>
<li><a href="#DEPRECATED-OPTIONS">DEPRECATED OPTIONS</a></li>
</ul>
</li>
<li><a href="#CONFIGURATION">CONFIGURATION</a>
<ul>
<li><a href="#NOTIFY-SEND">NOTIFY-SEND</a></li>
<li><a href="#NOTIFY-SEND-HINTS">NOTIFY-SEND HINTS</a></li>
</ul>
</li>
<li><a href="#MISCELLANEOUS">MISCELLANEOUS</a></li>
Expand Down Expand Up @@ -210,22 +213,46 @@ <h1 id="COMMAND-LINE-OPTIONS">COMMAND LINE OPTIONS</h1>
<p>Display a notification on startup.</p>
</dd>
</dl>
<h1 id="CONFIGURATION">CONFIGURATION</h1>
<p>A default configuration file is included (usually ##SYSCONFDIR##/dunst/dunstrc) and serves as the least important configuration file. Note: this was previously /usr/share/dunst/dunstrc. You can edit this file to change the system-wide defaults or copy it to a more important location to override its settings. See the FILES section for more details on where dunst searches for its configuration files and how settings get applied.</p>
<p>See dunst(5) for all possible settings.</p>
<h2 id="NOTIFY-SEND">NOTIFY-SEND</h2>
<p>dunst is able to get different colors for a message via notify-send. In order to do that you have to add a hint via the -h option. The progress value can be set with a hint, too.</p>
<h2 id="DEPRECATED-OPTIONS">DEPRECATED OPTIONS</h2>
<p>Old version of dunst allowed changing the colors of different urgencies through command line options. This has been long removed in favour of RULES, see issue #328.</p>
<dl>
<dt id="notify-send--h-string:fgcolor:-ff4444">notify-send -h string:fgcolor:#ff4444</dt>
<dt id="li-ni-ci-icon"><b>-li/ni/ci icon</b></dt>
<dd>
<p>Set notification icon.</p>
</dd>
<dt id="lf-nf-cf-color"><b>-lf/nf/cf color</b></dt>
<dd>
<p>Set notification foreground color.</p>
</dd>
<dt id="notify-send--h-string:bgcolor:-4444ff--h-string:fgcolor:-ff4444--h-string:frcolor:-44ff44">notify-send -h string:bgcolor:#4444ff -h string:fgcolor:#ff4444 -h string:frcolor:#44ff44</dt>
<dt id="lb-nb-cb-color"><b>-lb/nb/cb color</b></dt>
<dd>
<p>Set notification background color.</p>
</dd>
<dt id="notify-send--h-int:value:42-Working">notify-send -h int:value:42 &quot;Working ...&quot;</dt>
<dt id="lh-nh-ch-color"><b>-lh/nh/ch color</b></dt>
<dd>
<p>Set notification highlight color.</p>
</dd>
<dt id="lfr-nfr-cfr-color"><b>-lfr/nfr/cfr color</b></dt>
<dd>
<p>Set notification frame color.</p>
</dd>
<dt id="lto-nto-cto-secs"><b>-lto/nto/cto secs</b></dt>
<dd>
<p>Set notification timeout time.</p>
</dd>
</dl>
<h1 id="CONFIGURATION">CONFIGURATION</h1>
<p>A default configuration file is included (usually ##SYSCONFDIR##/dunst/dunstrc) and serves as the least important configuration file. Note: this was previously /usr/share/dunst/dunstrc. You can edit this file to change the system-wide defaults or copy it to a more important location to override its settings. See the FILES section for more details on where dunst searches for its configuration files and how settings get applied.</p>
<p>See dunst(5) for all possible settings.</p>
<h2 id="NOTIFY-SEND-HINTS">NOTIFY-SEND HINTS</h2>
<p>Dunst is able to get different colors for a message via notify-send. In order to do that you have to add a hint via the -h option. The progress value can be set with a hint, too.</p>
<p>See dunst(5) for the list of accepted hints.</p>
<p>Some examples:</p>
<pre><code>notify-send -h string:fgcolor:#ff4444

notify-send -h string:bgcolor:#4444ff -h string:fgcolor:#ff4444 -h string:frcolor:#44ff44

notify-send -h int:value:42 &quot;Working ...&quot;</code></pre>
<h1 id="MISCELLANEOUS">MISCELLANEOUS</h1>
<p>Dunst can be paused via the `dunstctl set-paused true` command. To unpause dunst use `dunstctl set-paused false`. Another way is to send SIGUSR1 and SIGUSR2 to pause and unpause respectively. Pausing using dunstctl is recommended over using signals, because the meaning of the signals isn&#39;t stable and might change in the future.</p>
<p>When paused, dunst won&#39;t display any notifications, but keeps all notifications in a queue. This can for example be wrapped around a screen locker (i3lock, slock) to prevent flickering of notifications through the lock, and to read all missed notifications after returning to the computer.</p>
Expand Down
3 changes: 1 addition & 2 deletions documentation/dunstctl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ <h1><b>Documentation</b></h1>



<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i>
Visit Github wiki</code></a>
<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i> See on Github</code></a>

</div>

Expand Down
3 changes: 1 addition & 2 deletions documentation/guides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,7 @@ <h1><b>Documentation</b></h1>



<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i>
Visit Github wiki</code></a>
<a href="https://github.com/dunst-project/dunst/wiki" title="Visit Dunst's wiki on Github"><code><i class="fa fa-external-link-square" aria-hidden="true"></i> See on Github</code></a>

</div>

Expand Down
Loading

0 comments on commit 488aa60

Please sign in to comment.