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
xfce:xfce4-panel:clock [2022/12/29 14:21] – [Clock Options] Update binary gaelxfce:xfce4-panel:clock [2023/01/12 11:08] (current) – [Label and Tooltip Markup] gael
Line 83: Line 83:
 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 [[https://docs.gtk.org/Pango/pango_markup.html|Pango Text Attribute Markup]] manual to see what attributes are supported (e.g. font face, color etc). 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 [[https://docs.gtk.org/Pango/pango_markup.html|Pango Text Attribute Markup]] manual to see what attributes are supported (e.g. font face, color etc).
  
-The following is a list of available label format control sequences copied from a ''date'' utility manual (''man date''), reduced by those that are not supported by [[https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format|GDateTime]]:+The following is a list of available label format control sequences copied from a ''date'' utility manual (''man date''), reduced by those that are not supported by [[https://developer-old.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format|GDateTime]]:
  
 ^ Symbol      ^ Meaning        ^ ^ Symbol      ^ Meaning        ^
Line 131: Line 131:
  
 ^ Flag      ^ Meaning        ^ ^ Flag      ^ Meaning        ^
 +| O (uppercase "o") | use alternative numeric symbols, if the current locale supports those |
 | - (hyphen) | do not pad the field | | - (hyphen) | do not pad the field |
 | _ (underscore) | pad with spaces | | _ (underscore) | pad with spaces |
 | 0 (zero) | pad with zeros | | 0 (zero) | pad with zeros |
-| <nowiki>^</nowiki> | use upper 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). 
  
 [[|Back To Top]] [[|Back To Top]]