Add a clock widget
It's a simple clock that shows the current time Signed-off-by: Yarden Shoham <git@yardenshoham.com>
This commit is contained in:
parent
0bbb4573b2
commit
4a27ec3271
8 changed files with 62 additions and 0 deletions
|
|
@ -17,6 +17,7 @@
|
|||
- [Repository](#repository)
|
||||
- [Bookmarks](#bookmarks)
|
||||
- [Calendar](#calendar)
|
||||
- [Clock](#clock)
|
||||
- [Stocks](#stocks)
|
||||
- [Twitch Channels](#twitch-channels)
|
||||
- [Twitch Top Games](#twitch-top-games)
|
||||
|
|
@ -34,6 +35,7 @@ pages:
|
|||
columns:
|
||||
- size: small
|
||||
widgets:
|
||||
- type: clock
|
||||
- type: calendar
|
||||
|
||||
- type: rss
|
||||
|
|
@ -963,6 +965,19 @@ Whether to open the link in the same tab or a new one.
|
|||
|
||||
Whether to hide the colored arrow on each link.
|
||||
|
||||
### Clock
|
||||
Display a clock showing the current time.
|
||||
|
||||
Example:
|
||||
|
||||
```yaml
|
||||
- type: clock
|
||||
```
|
||||
|
||||
Preview:
|
||||
|
||||

|
||||
|
||||
### Calendar
|
||||
Display a calendar.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue