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:47] – [Appearance] alexxconsxfce:xfce4-panel:clock [2018/04/17 18:00] – fixed example alexxcons
Line 22: Line 22:
 ===== Clock Options ===== ===== Clock Options =====
  
-<note tip>The options available in //Clock Options// will vary depending on the clock {gui>Layout} selected.</note>+The options available in //Clock Options// will vary depending on the clock {gui>Layout} selected.
  
-24-hour Clock +^ LCD ^^  
-Displays time in a 24-hour (military) format. ({gui>LCD} layout only.)  +24-hour Clock Displays time in a 24-hour (military) format | 
-Display Seconds +Display Seconds Displays a seconds indicator in the clock display | 
-Displays a seconds indicator in the clock display. ({gui>Analog}, {gui>LCD}, and {gui>Binary} layouts only.)  +Flash Time Seperators Flash the seperators between digits | 
-Flash Time Seperators +Show AM/PM Displays an 'A' or 'P' to indicate the time of day  | 
-Flash the seperators between digits. ({gui>LCD} layout only.)  + 
-? Format +^ Analog ^^  
-! Changes the time format of the clock with predefined or custom layout. ({gui>Digital} layout only.)  +| Display Seconds | Displays a seconds indicator in the clock display | 
-? Fuzziness + 
-! Changes the degree of 'fuzziness' that the clock will display. 0 being the most accurate, 1 being less accurate, and 2 being the least accurate. ({gui>Fuzzy} layout only.)  +^ Binary ^^  
-Show AM/PM +| Display Seconds | Displays a seconds indicator in the clock display 
-Displays an 'A' or 'P' to indicate the time of day. ({gui>LCD} layout only.)  +Show Grid Adds gridlines to the clock | 
-Show Grid +Show Inactive Dots All dots that are empty are not shown in the clock display | 
-Adds gridlines to the clock. ({gui>Binary} layout only.)  +True Binary Clock Displays a seconds indicator in the clock display 
-Show Inactive Dots + 
-All dots that are empty are not shown in the clock display. ({gui>Binary} layout only.)  +^ Digital ^^  
-True Binary Clock +| Format | Changes the time format of the clock with predefined or custom layout 
-Displays a seconds indicator in the clock display. ({gui>Binary} layout only.+ 
 +^ Fuzzy ^^  
 +| Fuzziness | Changes the degree of 'fuzziness' that the clock will display0 being the most accurate, 1 being less accurate, and 2 being the least accurate |
  
 ===== Label and Tooltip Markup ===== ===== Label and Tooltip Markup =====
Line 47: 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.