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 revisionBoth sides next revision
xfce:xfce4-panel:clock [2018/04/17 17:57] – [Clock Options] alexxconsxfce:xfce4-panel:clock [2018/04/17 18:00] – fixed example alexxcons
Line 49: Line 49:
 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.