Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:xfce4-panel:clock [2013/07/29 19:10] – [Label and Tooltip Markup] nick | 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. | + | 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. |
| - | ====== Properties ====== | + | * **[[#Time Settings|Time Settings]]** |
| + | * **[[# | ||
| + | * **[[#Clock Options|Clock Options]]** | ||
| + | * **[[#Label and Tooltip Markup|Label and Tooltip Markup]]** | ||
| + | * **[[#Hidden Settings|Hidden Settings]]** | ||
| - | <figure "Clock's properties dialog"> | + | ---- |
| - | {{: | + | |
| + | ===== Preferences ===== | ||
| + | |||
| + | <figure " | ||
| + | {{: | ||
| </ | </ | ||
| - | ===== Appearance ===== | + | ---- |
| - | ? Tooltip Format | + | ===== Time Settings ===== |
| - | ! Changes how the time is displayed when hovering over the clock display. | + | ? Timezone |
| - | ? Show Frame | + | ! Allows you to set a custom timezone for the clock by entering the name of a file in the zoneinfo database. If left blank, |
| - | ! Displays | + | |
| + | ---- | ||
| + | |||
| + | ===== 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 ===== | ||
| ? Layout | ? Layout | ||
| - | | + | |
| - | ! Displays | + | ! Displays a round, analogue |
| - | ? Binary | + | ? Binary |
| - | ! Displays a binary | + | ! Displays a grid with highlighted tiles depicting the time in binary. |
| - | ? Digital | + | ? Digital |
| - | ! A simple | + | ! Displays the time digitally. |
| - | ? Fuzzy | + | ? Fuzzy |
| - | ! Displays | + | ! Displays the time as words rather than using numbers. |
| - | ? LCD | + | ? LCD |
| - | ! Displays the time in the style of a digital | + | ! Displays the time in the style of an LCD clock. |
| + | |||
| + | ? Tooltip format | ||
| + | ! 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 ===== | ||
| + | The options available will vary depending on the clock {gui> | ||
| - | <note tip>The options available in //Clock Options// will vary depending | + | ^ Analogue ^^ |
| + | | Display seconds | Displays the seconds hand on the clock face | | ||
| - | ? 24-hour Clock | + | ^ Binary ^^ |
| - | ! Displays | + | | Binary mode | Decimal, Sexagesimal or Binary |
| - | ? Display | + | | Display |
| - | ! Displays | + | | Show Inactive Dots | Show empty dots | |
| - | ? Flash Time Seperators | + | | Show grid | Adds gridlines to the clock | |
| - | ! Flash the seperators between digits. ({gui> | + | |
| - | ? Format | + | ^ Digital ^^ |
| - | ! Changes the time format of the clock with predefined or custom | + | | 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: |{{: |
| - | ? Fuzziness | + | | Font | The font that applies globally to the format selected below | |
| - | ! Changes the degree of ' | + | | Format |
| - | ? Show AM/PM | + | |
| - | ! Displays an ' | + | ^ Fuzzy ^^ |
| - | ? Show Grid | + | | Fuzziness |
| - | ! Adds gridlines | + | |
| - | ? Show Inactive Dots | + | ^ LCD ^^ |
| - | ! All dots that are empty are not shown in the clock display. ({gui> | + | | Display seconds | Displays a seconds indicator on the clock | |
| - | ? True Binary Clock | + | | 24-hour clock | Displays time in a 24-hour (military) format | |
| - | ! Displays a seconds indicator in the clock display. ({gui> | + | | Flash time separators | Flash the separators between digits every second | |
| + | | Show AM/PM | Displays an ' | ||
| + | |||
| + | [[|Back | ||
| + | ---- | ||
| ===== 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. | + | The plugin supports markup to change the layout of the tooltip and the label on the panel. |
| + | |||
| + | The following is a list of available label format control sequences copied from a '' | ||
| + | |||
| + | ^ Symbol | ||
| + | | %% | a literal % | | ||
| + | | %a | locale' | ||
| + | | %A | locale' | ||
| + | | %b | locale' | ||
| + | | %B | locale' | ||
| + | | %c | locale' | ||
| + | | %C | century; like %Y, except omit last two digits (e.g., 21) | | ||
| + | | %d | day of month (e.g, 01) | | ||
| + | | %e | day of month, space padded; same as %_d | | ||
| + | | %F | full date; same as %Y-%m-%d | | ||
| + | | %g | last two digits of year of ISO week number (see %G) | | ||
| + | | %G | year of ISO week number (see %V); normally useful only with %V | | ||
| + | | %h | same as %b | | ||
| + | | %H | hour (00..23) | | ||
| + | | %I | hour (01..12) | | ||
| + | | %j | day of year (001..366) | | ||
| + | | %k | hour ( 0..23) | | ||
| + | | %l | hour ( 1..12) | | ||
| + | | %m | month (01..12) | | ||
| + | | %M | minute (00..59) | | ||
| + | | %n | a newline | | ||
| + | | %p | locale' | ||
| + | | %P | like %p, but lower case | | ||
| + | | %r | locale' | ||
| + | | %R | 24-hour hour and minute; same as %H:%M | | ||
| + | | %s | seconds since 1970-01-01 00:00:00 UTC | | ||
| + | | %S | second (00..60) | | ||
| + | | %t | a tab | | ||
| + | | %T | time; same as %H:%M:%S | | ||
| + | | %u | day of week (1..7); 1 is Monday | | ||
| + | | %V | ISO week number, with Monday as first day of week (01..53) | | ||
| + | | %w | day of week (0..6); 0 is Sunday | | ||
| + | | %x | locale' | ||
| + | | %X | locale' | ||
| + | | %y | last two digits of year (00..99) | | ||
| + | | %Y | year | | ||
| + | | %z | +hhmm numeric timezone (e.g., -0400) | | ||
| + | | %:z | +hh:mm numeric timezone (e.g., -04:00) | | ||
| + | | %::z |+hh:mm:ss numeric time zone (e.g., -04:00:00) | | ||
| + | | %:::z | numeric time zone with : to necessary precision (e.g., -04, +05:30) | | ||
| + | | %Z | alphabetic time zone abbreviation (e.g., EDT) | | ||
| + | |||
| + | By default, numeric fields are padded with 0's. The following optional flags may follow '' | ||
| + | |||
| + | ^ Flag ^ Meaning | ||
| + | | O (uppercase " | ||
| + | | - (hyphen) | do not pad the field | | ||
| + | | _ (underscore) | pad with spaces | | ||
| + | | 0 (zero) | pad with zeros | | ||
| - | Additionally '' | ||
| - | The following is a list of available label format control sequences copied from a '' | + | [[|Back To Top]] |
| + | ---- | ||
| - | ? %% | + | ===== Hidden Settings ===== |
| - | ! a literal % | + | These hidden settings can be manually created using the xfce4-settings-editor and must be created |
| - | ? %a | + | |
| - | ! locale' | + | |
| - | ? %A | + | |
| - | ! locale' | + | |
| - | ? %b | + | |
| - | ! locale' | + | |
| - | ? %B | + | |
| - | ! locale' | + | |
| - | ? %c | + | |
| - | ! locale' | + | |
| - | ? %C | + | |
| - | ! century; like %Y, except omit last two digits (e.g., 21) | + | |
| - | ? %d | + | |
| - | ! day of month (e.g, 01) | + | |
| - | ? %D | + | |
| - | ! date; same as %m/%d/%y | + | |
| - | ? %e | + | |
| - | ! day of month, space padded; same as %_d | + | |
| - | ? %F | + | |
| - | ! full date; same as %Y-%m-%d | + | |
| - | ? %g | + | |
| - | ! last two digits of year of ISO week number (see %G) | + | |
| - | ? %G | + | |
| - | ! year of ISO week number (see %V); normally useful only with %V | + | |
| - | ? %h | + | |
| - | ! same as %b | + | |
| - | ? %H | + | |
| - | ! hour (00..23) | + | |
| - | ? %I | + | |
| - | ! hour (01..12) | + | |
| - | ? %j | + | |
| - | ! day of year (001..366) | + | |
| - | ? %k | + | |
| - | ! hour ( 0..23) | + | |
| - | ? %l | + | |
| - | ! hour ( 1..12) | + | |
| - | ? %m | + | |
| - | ! month (01..12) | + | |
| - | ? %M | + | |
| - | ! minute (00..59) | + | |
| - | ? %n | + | |
| - | ! a newline | + | |
| - | ? %N | + | |
| - | ! nanoseconds (000000000..999999999) | + | |
| - | ? %p | + | |
| - | ! locale' | + | |
| - | ? %P | + | |
| - | ! like %p, but lower case | + | |
| - | ? %r | + | |
| - | ! locale' | + | |
| - | ? %R | + | |
| - | ! 24-hour hour and minute; same as %H:%M | + | |
| - | ? %s | + | |
| - | ! seconds since 1970-01-01 00:00:00 UTC | + | |
| - | ? %S | + | |
| - | ! second (00..60) | + | |
| - | ? %t | + | |
| - | ! a tab | + | |
| - | ? %T | + | |
| - | ! time; same as %H:%M:%S | + | |
| - | ? %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) | + | |
| - | ? %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' | + | |
| - | ? %y | + | |
| - | ! last two digits of year (00..99) | + | |
| - | ? %Y | + | |
| - | ! year | + | |
| - | ? %z | + | |
| - | ! +hhmm numeric timezone (e.g., -0400) | + | |
| - | ? %:z | + | |
| - | ! +hh:mm numeric timezone (e.g., -04:00) | + | |
| - | ? %::z | + | |
| - | ! +hh:mm:ss numeric time zone (e.g., -04: | + | |
| - | ? %:::z | + | |
| - | ! numeric time zone with : to necessary precision (e.g., -04, +05:30) | + | |
| - | ? %Z | + | |
| - | ! alphabetic time zone abbreviation (e.g., EDT) | + | |
| - | By default, numeric fields are padded with zeroes. The following optional flags may follow '' | + | ? |
| - | ? - (hyphen) | + | The default time-config-tool is " |
| - | ! do not pad the field | + | |
| - | ? _ (underscore) | + | |
| - | ! pad with spaces | + | |
| - | ? 0 (zero) | + | |
| - | ! pad with zeros | + | |
| - | ? ^ | + | |
| - | ! 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 '' | + | You can use this one-liner to create the property: |
| + | < | ||
| + | Change APP_TO_RUN | ||
| + | [[|Back To Top]] | ||
| + | ---- | ||
| + | [[: | ||