Files
Waybar/man/waybar-clock.5.scd
T

319 lines
7.5 KiB
Scdoc
Raw Normal View History

2023-06-15 16:36:33 +03:00
waybar-clock(5) "waybar-clock" "User Manual"
2019-08-24 18:09:08 +01:00
# NAME
2023-07-30 09:55:11 +02:00
waybar - clock module
2019-08-24 18:09:08 +01:00
# DESCRIPTION
2023-06-15 16:36:33 +03:00
*clock* module displays current date and time
# FILES
$XDG_CONFIG_HOME/waybar/config ++
Per user configuration file
2019-08-24 18:09:08 +01:00
2019-08-24 21:46:56 +01:00
# CONFIGURATION
2023-06-15 16:36:33 +03:00
1. Addressed by *clock*
[- *Option*
:- *Typeof*
:- *Default*
:- *Description*
|[ *interval*
:[ integer
:[ 60
:[ The interval in which the information gets polled
|[ *format*
:[ string
:[ *{:%H:%M}*
:[ The format, how the date and time should be displayed. See format options below
|[ *timezone*
:[ string
:[
:[ The timezone to display the time in, e.g. America/New_York. "" represents
the system's local timezone. See Wikipedia's unofficial list of timezones <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>
|[ *timezones*
:[ list of strings
:[
:[ A list of timezones (as in *timezone*) to use for time display, changed using
2023-07-30 09:44:16 +02:00
the scroll wheel. Do not specify *timezone* option when *timezones* is specified.
2023-06-15 16:36:33 +03:00
"" represents the system's local timezone
|[ *timezone-tooltip-format*
:[ string
:[
:[ Format to use for displaying timezones in the tooltip. When set, this allows showing
timezone information (like timezone abbreviations) in the tooltip while keeping the
main display clean. Uses the same format options as *format*
2023-06-15 16:36:33 +03:00
|[ *locale*
:[ string
:[
:[ A locale to be used to display the time. Intended to render times in custom
2023-07-30 09:44:16 +02:00
timezones with the proper language and format
2023-06-15 16:36:33 +03:00
|[ *max-length*
:[ integer
:[
:[ The maximum length in character the module should display
|[ *rotate*
:[ integer
:[
2024-09-08 13:33:52 +02:00
:[ Positive value to rotate the text label (in 90 degree increments)
2023-06-15 16:36:33 +03:00
|[ *on-click*
:[ string
:[
:[ Command to execute when clicked on the module
|[ *on-click-middle*
:[ string
:[
:[ Command to execute when you middle clicked on the module using mousewheel
|[ *on-click-right*
:[ string
:[
:[ Command to execute when you right-click on the module
2023-06-15 16:36:33 +03:00
|[ *on-scroll-up*
:[ string
:[
:[ Command to execute when scrolling up on the module
|[ *on-scroll-down*
:[ string
:[
:[ Command to execute when scrolling down on the module
|[ *smooth-scrolling-threshold*
:[ double
:[
:[ Threshold to be used when scrolling
|[ *tooltip*
:[ bool
:[ true
:[ Option to enable tooltip on hover
|[ *tooltip-format*
:[ string
:[ same as format
:[ Tooltip on hover
2024-05-28 20:42:12 +02:00
|[ *menu*
:[ string
:[
:[ Action that popups the menu.
|[ *menu-file*
:[ string
:[
:[ Location of the menu descriptor file. There need to be an element of type GtkMenu with id *menu*
|[ *menu-actions*
:[ array
:[
:[ The actions corresponding to the buttons of the menu.
|[ *expand*:
:[ bool
:[ false
:[ Enables this module to consume all left over space dynamically.
2019-08-24 18:09:08 +01:00
2023-11-10 17:57:26 +03:00
View all valid format options in *strftime(3)* or have a look https://en.cppreference.com/w/cpp/chrono/duration/formatter
2019-08-24 18:09:08 +01:00
2023-06-15 16:36:33 +03:00
2. Addressed by *clock: calendar*
[- *Option*
:- *Typeof*
:- *Default*
:- *Description*
|[ *mode*
:[ string
:[ month
:[ Calendar view mode. Possible values: year|month
|[ *mode-mon-col*
:[ integer
:[ 3
:[ Relevant for *mode=year*. Count of months per row
|[ *weeks-pos*
:[ string
2023-06-15 16:36:33 +03:00
:[
:[ The position where week numbers should be displayed. Disabled when is empty.
2023-07-30 09:44:16 +02:00
Possible values: left|right
2023-06-15 16:36:33 +03:00
|[ *on-scroll*
:[ integer
:[ 1
:[ Value to scroll months/years forward/backward. Can be negative. Is
2023-07-30 09:44:16 +02:00
configured under *on-scroll* option
2025-06-28 16:33:14 -05:00
|[ *iso8601*
:[ bool
:[ false
:[ When enabled, the calendar follows the ISO 8601 standard: weeks begin on
Monday, and the first week of the year is numbered 1. The default week format is
'{:%V}'.
2023-07-30 09:44:16 +02:00
3. Addressed by *clock: calendar: format*
2023-06-15 16:36:33 +03:00
[- *Option*
:- *Typeof*
:- *Default*
:- *Description*
|[ *months*
:[ string
:[
:[ Format is applied to months header(January, February,...etc.)
|[ *days*
:[ string
:[
:[ Format is applied to days
|[ *weeks*
:[ string
:[ *{:%U}*
:[ Format is applied to week numbers. When weekday format is not provided then
is used default format: '{:%W}' when week starts with Monday, '{:%U}' otherwise
|[ *weekdays*
:[ string
:[
:[ Format is applied to weeks header(Su,Mo,...etc.)
|[ *today*
:[ string
:[ *<b><u>{}</u></b>*
:[ Format is applied to Today
2020-08-12 22:46:51 -04:00
2023-06-15 16:36:33 +03:00
## Actions
2023-06-15 16:36:33 +03:00
[- *String*
:- *Action*
|[ *mode*
:[ Switch calendar mode between year/month
|[ *tz_up*
:[ Switch to the next provided time zone
|[ *tz_down*
:[ Switch to the previously provided time zone
2023-06-15 16:36:33 +03:00
|[ *shift_up*
:[ Switch to the next calendar month/year
|[ *shift_down*
:[ Switch to the previous calendar month/year
2019-08-24 18:09:08 +01:00
2020-01-31 08:54:41 -08:00
# FORMAT REPLACEMENTS
2023-06-15 16:36:33 +03:00
- *{calendar}*: Current month calendar
2023-11-10 17:57:26 +03:00
- *{tz_list}*: List of time in the rest timezones, if more than one timezone is set in the config
2024-02-04 15:49:14 +01:00
- *{ordinal_date}*: The current day in (English) ordinal form, e.g. 21st
2020-01-31 08:54:41 -08:00
2019-08-26 22:28:24 +01:00
# EXAMPLES
2019-08-24 18:09:08 +01:00
2023-06-15 16:36:33 +03:00
1. General
2019-08-24 18:09:08 +01:00
```
"clock": {
"interval": 60,
"format": "{:%H:%M}",
"max-length": 25
2019-08-24 18:09:08 +01:00
}
```
2023-06-15 16:36:33 +03:00
2. Calendar
```
"clock": {
"format": "{:%H:%M}  ",
"format-alt": "{:%A, %B %d, %Y (%R)}  ",
"tooltip-format": "<tt><small>{calendar}</small></tt>",
"calendar": {
"mode" : "year",
"mode-mon-col" : 3,
"weeks-pos" : "right",
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
},
"actions": {
"on-click-right": "mode",
"on-click-forward": "tz_up",
"on-click-backward": "tz_down",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
2023-06-15 16:36:33 +03:00
},
```
3. Full date on hover
```
"clock": {
"interval": 60,
"tooltip": true,
"format": "{:%H.%M}",
"tooltip-format": "{:%Y-%m-%d}",
2023-06-15 16:36:33 +03:00
}
```
4. Show timezone in tooltip only
```
"clock": {
"interval": 60,
"format": "{:%H:%M}",
"timezone-tooltip-format": "{:%H:%M %Z}",
"timezones": [
"",
"America/Chicago",
"America/Los_Angeles",
"Europe/Paris",
"UTC"
],
"tooltip": true,
"tooltip-format": "{tz_list}"
}
```
2019-08-24 21:46:56 +01:00
# STYLE
2019-08-24 18:09:08 +01:00
- *#clock*
2023-06-15 16:36:33 +03:00
# Troubleshooting
If clock module is disabled at startup with locale::facet::\_S\_create\_c\_locale ++
name not valid error message try one of the following:
2023-06-15 16:36:33 +03:00
- check if LC_TIME is set properly (glibc)
- set locale to C in the config file (musl)
The locale option must be set for {calendar} to use the correct start-of-week, regardless of system locale.
## Calendar in Chinese. Alignment
In order to have aligned Chinese calendar there are some useful recommendations:
. Use "WenQuanYi Zen Hei Mono" which is provided in most Linux distributions
. Try different font sizes and find best for you. size = 9pt should be fine
. In case when "WenQuanYi Zen Hei Mono" font is used disable monospace font pango tag
Example of working config
```
"clock": {
"format": "{:%H:%M}  ",
"format-alt": "{:%A, %B %d, %Y (%R)}  ",
"tooltip-format": "\n<span size='9pt' font='WenQuanYi Zen Hei Mono'>{calendar}</span>",
"calendar": {
"mode" : "year",
"mode-mon-col" : 3,
"weeks-pos" : "right",
"on-scroll" : 1,
"on-click-right": "mode",
"format": {
"months": "<span color='#ffead3'><b>{}</b></span>",
"days": "<span color='#ecc6d9'><b>{}</b></span>",
"weeks": "<span color='#99ffdd'><b>W{}</b></span>",
"weekdays": "<span color='#ffcc66'><b>{}</b></span>",
"today": "<span color='#ff6699'><b><u>{}</u></b></span>"
}
},
"actions": {
"on-click-right": "mode",
"on-click-forward": "tz_up",
"on-click-backward": "tz_down",
"on-scroll-up": "shift_up",
"on-scroll-down": "shift_down"
}
},
2023-06-15 16:36:33 +03:00
```
# AUTHOR
Alexis Rouillard <contact@arouillard.fr>