mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-02-21 02:55:37 -08:00
425 B
425 B
id | title | sidebar_label |
---|---|---|
time | Time | Time |
What
Show the current timestamp.
Sample Configuration
{
"type": "time",
"style": "plain",
"foreground": "#007ACC",
"properties": {
"time_format": "15:04:05"
}
}
Properties
- time_format:
string
- format to use, follows the golang standard - defaults to15:04:05