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
Last revisionBoth sides next revision
xfce:xfce4-panel:clock [2022/12/05 18:15] – [Time Settings] Update 4.18 gaelxfce:xfce4-panel:clock [2023/01/12 11:02] – [Label and Tooltip Markup] GDateTime restrictions gael
Line 57: Line 57:
  
 ^ Binary ^^  ^ Binary ^^ 
 +| Binary mode | Decimal, Sexagesimal or Binary time, see https://en.wikipedia.org/w/index.php?title=Binary_clock&oldid=1081961926 |
 | Display seconds | Displays seconds on the clock | | Display seconds | Displays seconds on the clock |
-| True binary clock | Enlarges the grid and displays 2 / 3 rows rather than 4 | 
 | Show Inactive Dots | Show empty dots | | Show Inactive Dots | Show empty dots |
 | Show grid | Adds gridlines to the clock | | Show grid | Adds gridlines to the clock |
  
 ^ Digital ^^  ^ Digital ^^ 
-Format Changes the format in which the time is displayed with a predefined or custom format |+Layout Choose the layout you want. To display time and date on the same line, use "Date only" or "Time only" and a custom format: {{:xfce:xfce4-panel:xfce4-panel-clock-date-time-1.png?nolink&|}} {{:xfce:xfce4-panel:xfce4-panel-clock-date-time-2.png?nolink&|}} | 
 +| Font | The font that applies globally to the format selected below | 
 +| Format | Format in which time and date are displayed with a predefined or custom format. Fonts entered here take precedence over the one selected above since 4.18.1. |
  
 ^ Fuzzy ^^  ^ Fuzzy ^^ 
Line 129: 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]]
Line 141: Line 141:
  
 ===== Hidden Settings ===== ===== Hidden Settings =====
-The clock plugin currently has two hidden settings. These hidden settings can be manually created using the xfce4-settings-editor and must be created as children of the "clock" plugin. A simple one-liner can be used to create the property and is displayed below for hidden element+These hidden settings can be manually created using the xfce4-settings-editor and must be created as children of the "clock" plugin. A simple one-liner can be used to create the property and is displayed below for hidden element.
- +
-?command +
- +
-Setting this property will hide the default GtkCalendar pop-up and instead execute your custom command on a double mouse click.  +
- +
-You can use this one-liner to create the property: +
-<code>COMMAND="APP_TO_RUN"; xfconf-query -c xfce4-panel -p $(xfconf-query -c xfce4-panel -lv | grep clock | awk '{print $1}')/command -t string -s "$COMMAND" -n</code> +
-Change APP_TO_RUN to the name of the custom action to run+
  
 ?time-config-tool ?time-config-tool