Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dunst(1) [debian man page]

README(1)						User Contributed Perl Documentation						 README(1)

NAME
dunst - dmenu-ish universal notification system SYNOPSIS
dunst [-geometry geom] [-fn font] [-nf/nb/lf/lb/cf/cb color] [-to/nto/lto/cto secs] [-format fmt] [-key key] [-mod mod] [-mon n] [-v] DESCRIPTION
dunst is a lightweight notification-daemon for the libnotify. dunst displays messages received via dbus or as commandline argument in a fashion similar to dmenu. OPTIONS
-h/--help display help message. -fn font defines the font or font set used. -lb/nb/cb color defines the background color of low/normal/critical messages. -lf/nf/cf color defines the foreground color of low/normal/critical messages. -to secs defines the default timeout. Can be (partially) overridden by the following options. -lto/nto/cto secs timeouts for low/normal/critical messages. -key key close window by pressing key. See also -mod. -mod modifier defines the modifier used in conjunction with -key. Available modifiers are: ctrl, shift, mod1-mod4. This option can be used multiple times to combine modifiers. -format fmt defines the format of the message. See FORMAT. -mon n show the notification on monitor n. -s sort messages by urgency. -ns don't sort messages by urgency. -geometry [{width}]x{height}][+/-{x}+/-{y}] The geometry of the message window. The height is measured in lines everything else in pixels. If the width is omitted but the height is given ("-geometry x2"), the message window expands over the whole screen (dmenu-like). If width is 0, the window expands to the longest message displayed. A positive x is measured from the left, a negative from the right side of the screen. Y is measured from the top and down respectevly. see also EXAMPLES show the notification on monitor n. -v Increase verbosity. Can be used multiple times. -config file use alternative config file. FORMAT
fmt is a string containing placeholders. The placeholders will be replaced with the corresponding text, or if the text is not present, nothing. Possible placeholders are: %a appname %s summary %b body %i iconname (including its path) %I iconname (without its path) COLORS
Every option that needs a color as argument accepts #RGB, #RRGGBB and X color names. NOTIFY-SEND 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. notify-send -h string:fgcolor:#ff4444 notify-send -h string:bgcolor:#4444ff -h string:fgcolor:#ff4444 CONFIGURATION
An example configuration file is included (usually /usr/share/doc/dunst/dunstrc.example). To change the configuration, copy this file to ~/.config/dunst/dunstrc and edit it accordingly. AUTHOR
written by Sascha Kruse <knopwob@googlemail.com> COPYRIGHT
copyright 2012 Sascha Kruse and contributors (see LICENSE for licensing information) If you feel that copyrights are violated, please send me an email. SEE ALSO
dwm(1), dmenu(1), twmn(1), notify-send(1) perl v5.14.2 2012-06-27 README(1)

Check Out this Related Man Page

DZEN(1) 						      General Commands Manual							   DZEN(1)

NAME
dzen2 - general-purpose messaging and notification for X11 SYNOPSIS
dzen2 [-v] [-p [seconds]] [-m [v|h]] [-ta <l|c|r>] [-sa <l|c|r>] [-x <pixel>] [-y <pixel>] [-w <pixel>] [-tw <pixel>] [-u] [-e <string>] [-l <lines>] [-fn <font>] [-bg <color>] [-fg <color>] [-xs <screen>] DESCRIPTION
Dzen is a general-purpose messaging and notification program for X11, desigend to be scriptable in any language and integrate well with window managers like dwm, wmii and xmonad though it will work with any windowmanger. Dzen expects the status message on its standard input, and uses a custom formatting language for colors and several other features (like bar meters and such). See README for detailed usage and scripting instructions. OPTIONS
-fg <color> Set foreground color. The <color> can be specified either as symbolic name (e.g. red, darkgreen, etc.) or as #rrggbb hex-value (e.g. #ffffaa). -bg <color> Set background color (same format as -fg). -fn <font> Set font (using the format of xlsfonts and xfontsel). -ta <l|c|r> Set alignement of title window content: l(eft), c(center) or r(ight). -tw <pixels> Set title window width. -sa <l|c|r> Set alignment of slave window (see -ta ). -l <lines> Number of lines to display in slave window (see (1) in README). -e <event1=action1:option1:...,action2;event2=...> Set up events and actions, eg. responses to mouse clicks (see (2) in README). -m Start up in menu mode (see (3) in README). -u Update contents of title and slave window simultaneously, see (see (4) in README). -p [<timeout>] Persist EOF (optional timeout in seconds). -x <pixels> Set x position on the screen. -y <pixels> Set y position on the screen. -h <pixels> Set line height (defaults to fontheight + 2 pixels). -w <pixels> width -xs <n> Set the Xinerama screen number where dzen should appear. -v Display version information. SEE ALSO
More detailed documentation (especially on the formatting language of dzen2) is available in /usr/share/doc/dzen2/README.gz. AUTHOR
Dzen2 has been written by Robert Manea. This manpage has been written, based on dzen documentation, by Petr Rokai, for Debian GNU/Linux, but may be used by others. This manpage falls under the same licence as Dzen2 itself, see /usr/share/doc/dzen2/copyright. DZEN(1)
Man Page