Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:xfce4-panel:clock [2019/04/11 19:00] – [Clock Options] blueberrybrowniexfce:xfce4-panel:clock [2019/04/12 22:36] – [Preferences] blueberrybrownie
Line 3: Line 3:
 The Clock panel plugin displays the current time in a variety of styles and formats, and allows for custom tooltips to appear on hover. It also provides a basic calendar that appears when clicked. The Clock panel plugin displays the current time in a variety of styles and formats, and allows for custom tooltips to appear on hover. It also provides a basic calendar that appears when clicked.
  
-====== Preferences ======+===== Preferences =====
  
 <figure "Clock Preferences">{{:xfce:xfce4-panel:xfce4-panel-clock.png?nolink&|}}</figure> <figure "Clock Preferences">{{:xfce:xfce4-panel:xfce4-panel-clock.png?nolink&|}}</figure>
Line 53: Line 53:
 ===== Label and Tooltip Markup ===== ===== Label and Tooltip Markup =====
  
-The plugin supports markup to change the layout of the tooltip and the label on the panel. Consult the [[http://developer.gnome.org/pango/stable/PangoMarkupFormat.html|Text Attribute Markup]] manual of Pango so see what attributes are supported. As an example you can have the following custom format: +The plugin supports markup to change the layout of the tooltip and the label on the panel. For more information on Pango, the markup used for the label, see the [[http://developer.gnome.org/pango/stable/PangoMarkupFormat.html|Pango Text Attribute Markup]] manual to see what attributes are supported.
- +
-<code>%R%n%d-%m w%V</code> +
- +
-Additionally ''%n'' for new-lines and ''%t'' for tabs are also supported.+
  
 The following is a list of available label format control sequences copied from a ''date'' utility manual (''man date''): The following is a list of available label format control sequences copied from a ''date'' utility manual (''man date''):
Line 108: Line 104:
 | %Z | alphabetic time zone abbreviation (e.g., EDT) | | %Z | alphabetic time zone abbreviation (e.g., EDT) |
  
-By default, numeric fields are padded with zeroes. The following optional flags may follow ''%'':+By default, numeric fields are padded with 0's. The following optional flags may follow ''%'':
  
 ^ Flag      ^ Meaning        ^ ^ Flag      ^ Meaning        ^
Line 117: Line 113:
 | # | use opposite case if possible | | # | use opposite case if possible |
  
-After any flags comes an optional field width, as a decimal number; then an optional modifier, which is either ''E'' to use the locale's alternate representations if available, or ''O'' to use the locale's alternate numeric symbols if available.+After any flags comes an optional field width, as a decimal number; then an optional modifier, which is either ''E'' (to use the locale's alternate representations if available), or ''O'' (to use the locale's alternate numeric symbols if available).