Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:xfce4-panel:clock [2019/04/11 19:05] – [Label and Tooltip Markup] blueberrybrownie | xfce:xfce4-panel:clock [2024/12/11 11:32] (current) – kevinbowen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Clock ====== | + | ~~NOTOC~~ |
| + | {{ : | ||
| + | ====== | ||
| 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 ====== | + | * **[[#Time Settings|Time Settings]]** |
| + | * **[[# | ||
| + | * **[[#Clock Options|Clock Options]]** | ||
| + | * **[[#Label and Tooltip Markup|Label and Tooltip Markup]]** | ||
| + | * **[[#Hidden Settings|Hidden Settings]]** | ||
| - | <figure "Clock Preferences"> | + | ---- |
| + | |||
| + | ===== Preferences ===== | ||
| + | |||
| + | <figure "Clock Preferences"> | ||
| + | {{: | ||
| + | </ | ||
| + | |||
| + | ---- | ||
| ===== Time Settings ===== | ===== Time Settings ===== | ||
| ? Timezone | ? Timezone | ||
| ! Allows you to set a custom timezone for the clock by entering the name of a file in the zoneinfo database. If left blank, the clock uses the localtime. | ! Allows you to set a custom timezone for the clock by entering the name of a file in the zoneinfo database. If left blank, the clock uses the localtime. | ||
| + | |||
| + | ---- | ||
| + | |||
| + | ===== Calendar ===== | ||
| + | ? Command | ||
| + | ! Allows you to set a custom command for the calendar window instead of the default GTK calendar. A possible choice if you use [[: | ||
| + | |||
| + | ---- | ||
| ===== Appearance ===== | ===== Appearance ===== | ||
| Line 26: | Line 48: | ||
| ? Tooltip format | ? Tooltip format | ||
| ! Changes the format of the time that gets displayed in the tooltip when hovering over the clock plugin. | ! Changes the format of the time that gets displayed in the tooltip when hovering over the clock plugin. | ||
| + | |||
| + | [[|Back to Top]] | ||
| + | ---- | ||
| ===== Clock Options ===== | ===== Clock Options ===== | ||
| Line 34: | Line 59: | ||
| ^ Binary ^^ | ^ Binary ^^ | ||
| + | | Binary mode | Decimal, Sexagesimal or Binary time, see https:// | ||
| | 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 | + | | Layout |
| + | | Font | The font that applies globally to the format selected below | | ||
| + | | Format | Format | ||
| ^ Fuzzy ^^ | ^ Fuzzy ^^ | ||
| Line 50: | Line 77: | ||
| | Flash time separators | Flash the separators between digits every second | | | Flash time separators | Flash the separators between digits every second | | ||
| | Show AM/PM | Displays an ' | | Show AM/PM | Displays an ' | ||
| + | |||
| + | [[|Back to Top]] | ||
| + | ---- | ||
| ===== Label and Tooltip Markup ===== | ===== Label and Tooltip Markup ===== | ||
| - | 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/ | + | 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 |
| - | The following is a list of available label format control sequences copied from a '' | + | The following is a list of available label format control sequences copied from a '' |
| ^ Symbol | ^ Symbol | ||
| Line 66: | Line 96: | ||
| | %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 109: | ||
| | %M | minute (00..59) | | | %M | minute (00..59) | | ||
| | %n | a newline | | | %n | a newline | | ||
| - | | %N | nanoseconds (000000000..999999999) | | ||
| | %p | locale' | | %p | locale' | ||
| | %P | like %p, but lower case | | | %P | like %p, but lower case | | ||
| Line 90: | Line 118: | ||
| | %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' | | %x | locale' | ||
| | %X | locale' | | %X | locale' | ||
| Line 107: | Line 133: | ||
| ^ Flag ^ Meaning | ^ Flag ^ Meaning | ||
| + | | O (uppercase " | ||
| | - (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 | | ||
| - | | < | ||
| - | | # | use opposite case if possible | | ||
| - | After any flags comes an optional field width, as a decimal number; then an optional modifier, which is either '' | ||
| + | [[|Back To Top]] | ||
| + | ---- | ||
| + | |||
| + | ===== Hidden Settings ===== | ||
| + | These hidden settings can be manually created using the xfce4-settings-editor and must be created as children of the " | ||
| + | |||
| + | ? | ||
| + | |||
| + | The default time-config-tool is " | ||
| + | |||
| + | You can use this one-liner to create the property: | ||
| + | < | ||
| + | Change APP_TO_RUN to the name of the custom tool that you want to use. | ||
| + | |||
| + | [[|Back To Top]] | ||
| + | ---- | ||
| + | [[: | ||