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:05] – [Label and Tooltip Markup] blueberrybrowniexfce:xfce4-panel:clock [2019/08/01 00:37] – Remove unsupported format control sequences ochosi
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 55: Line 55:
 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. 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.
  
-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''), reduced by those that are not supported by [[https://developer.gnome.org/glib/stable/glib-GDateTime.html#g-date-time-format|GDateTime]]:
  
 ^ Symbol      ^ Meaning        ^ ^ Symbol      ^ Meaning        ^
Line 66: Line 66:
 | %C | century; like %Y, except omit last two digits (e.g., 21) | | %C | century; like %Y, except omit last two digits (e.g., 21) |
 | %d | day of month (e.g, 01) | | %d | day of month (e.g, 01) |
-| %D | date; same as %m/%d/%y | 
 | %e | day of month, space padded; same as %_d | | %e | day of month, space padded; same as %_d |
 | %F | full date; same as %Y-%m-%d | | %F | full date; same as %Y-%m-%d |
Line 80: Line 79:
 | %M | minute (00..59) | | %M | minute (00..59) |
 | %n | a newline | | %n | a newline |
-| %N | nanoseconds (000000000..999999999) | 
 | %p | locale's equivalent of either AM or PM; blank if not known | | %p | locale's equivalent of either AM or PM; blank if not known |
 | %P | like %p, but lower case | | %P | like %p, but lower case |
Line 90: Line 88:
 | %T | time; same as %H:%M:%S |  | %T | time; same as %H:%M:%S | 
 | %u | day of week (1..7); 1 is Monday | | %u | day of week (1..7); 1 is Monday |
-| %U | week number of year, with Sunday as first day of week (00..53) |  
 | %V | ISO week number, with Monday as first day of week (01..53) | | %V | ISO week number, with Monday as first day of week (01..53) |
 | %w | day of week (0..6); 0 is Sunday | | %w | day of week (0..6); 0 is Sunday |
-| %W | week number of year, with Monday as first day of week (00..53) | 
 | %x | locale's date representation (e.g., 12/31/99) | | %x | locale's date representation (e.g., 12/31/99) |
 | %X | locale's time representation (e.g., 23:13:48) | | %X | locale's time representation (e.g., 23:13:48) |