mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-06-07 11:12:49 +02:00
feat(bar): binary clock and no-second time formats
This commit is contained in:
@@ -723,6 +723,13 @@
|
||||
"TwelveHour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twelve-hour format (without seconds)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"TwelveHourWithoutSeconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format (with seconds)",
|
||||
"type": "string",
|
||||
@@ -730,6 +737,27 @@
|
||||
"TwentyFourHour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format (without seconds)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"TwentyFourHourWithoutSeconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format displayed as a binary clock with circles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"BinaryCircle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format displayed as a binary clock with rectangles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"BinaryRectangle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)",
|
||||
"type": "object",
|
||||
@@ -1905,6 +1933,13 @@
|
||||
"TwelveHour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twelve-hour format (without seconds)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"TwelveHourWithoutSeconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format (with seconds)",
|
||||
"type": "string",
|
||||
@@ -1912,6 +1947,27 @@
|
||||
"TwentyFourHour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format (without seconds)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"TwentyFourHourWithoutSeconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format displayed as a binary clock with circles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"BinaryCircle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format displayed as a binary clock with rectangles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"BinaryRectangle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)",
|
||||
"type": "object",
|
||||
@@ -2840,6 +2896,13 @@
|
||||
"TwelveHour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twelve-hour format (without seconds)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"TwelveHourWithoutSeconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format (with seconds)",
|
||||
"type": "string",
|
||||
@@ -2847,6 +2910,27 @@
|
||||
"TwentyFourHour"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format (without seconds)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"TwentyFourHourWithoutSeconds"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format displayed as a binary clock with circles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"BinaryCircle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Twenty-four-hour format displayed as a binary clock with rectangles (with seconds) (https://en.wikipedia.org/wiki/Binary_clock)",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"BinaryRectangle"
|
||||
]
|
||||
},
|
||||
{
|
||||
"description": "Custom format (https://docs.rs/chrono/latest/chrono/format/strftime/index.html)",
|
||||
"type": "object",
|
||||
|
||||
Reference in New Issue
Block a user