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
5
internal/assets/templates/clock.html
Normal file
5
internal/assets/templates/clock.html
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{{ template "widget-base.html" . }}
|
||||
|
||||
{{ define "widget-content" }}
|
||||
<div class="size-h2 color-highlight text-center glance-clock"></div>
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue