docs: update man page
This commit is contained in:
+11
-5
@@ -138,6 +138,11 @@ View all valid format options in *strftime(3)* or have a look https://en.cpprefe
|
|||||||
:[ When enabled, the calendar follows the ISO 8601 standard: weeks begin on
|
:[ 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
|
Monday, and the first week of the year is numbered 1. The default week format is
|
||||||
'{:%V}'.
|
'{:%V}'.
|
||||||
|
|[ *first-day-of-week*
|
||||||
|
:[ integer
|
||||||
|
:[
|
||||||
|
:[ The first day of the week, where 0 is Sunday and 6 is Saturday.
|
||||||
|
When not set, the first day of the week is determined by the locale settings.
|
||||||
|
|
||||||
3. Addressed by *clock: calendar: format*
|
3. Addressed by *clock: calendar: format*
|
||||||
[- *Option*
|
[- *Option*
|
||||||
@@ -207,11 +212,12 @@ View all valid format options in *strftime(3)* or have a look https://en.cpprefe
|
|||||||
"format-alt": "{:%A, %B %d, %Y (%R)} ",
|
"format-alt": "{:%A, %B %d, %Y (%R)} ",
|
||||||
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
"tooltip-format": "<tt><small>{calendar}</small></tt>",
|
||||||
"calendar": {
|
"calendar": {
|
||||||
"mode" : "year",
|
"mode" : "year",
|
||||||
"mode-mon-col" : 3,
|
"mode-mon-col" : 3,
|
||||||
"weeks-pos" : "right",
|
"weeks-pos" : "right",
|
||||||
"on-scroll" : 1,
|
"first-day-of-week": 1,
|
||||||
"on-click-right": "mode",
|
"on-scroll" : 1,
|
||||||
|
"on-click-right" : "mode",
|
||||||
"format": {
|
"format": {
|
||||||
"months": "<span color='#ffead3'><b>{}</b></span>",
|
"months": "<span color='#ffead3'><b>{}</b></span>",
|
||||||
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
"days": "<span color='#ecc6d9'><b>{}</b></span>",
|
||||||
|
|||||||
Reference in New Issue
Block a user