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 [2018/04/17 17:57] – [Clock Options] alexxconsxfce:xfce4-panel:clock [2019/04/11 18:22] – [Preferences] blueberrybrownie
Line 1: Line 1:
 ====== Clock ====== ====== Clock ======
  
-The //Clock// panel plugin displays the current time in a variety of styles and formats.+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.
  
-====== Properties ======+====== Preferences ======
  
-<figure "Clock's properties dialog"> +<figure "Clock Preferences">{{:xfce:xfce4-panel:xfce4-panel-clock.png?nolink&|}}</figure>
-{{:xfce:xfce4-panel:clock.png?nolink&|}} +
-</figure>+
  
 +===== Time Settings =====
 +? Timezone
 +! Allows you to set a custom timezone for the clock by entering the name of a file in the zoneinfo database. If left blank, the clock uses the localtime.
 ===== Appearance ===== ===== Appearance =====
  
Line 49: Line 50:
 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. 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:
  
-  %R%n<span size='x-small'>%d-%m w%V</span>+<code>%R%n%d-%m w%V</code>
  
 Additionally ''%n'' for new-lines and ''%t'' for tabs are also supported. Additionally ''%n'' for new-lines and ''%t'' for tabs are also supported.