theme(lambdageneration): show date

closes #2817
This commit is contained in:
Jan De Dobbeleer 2022-09-23 08:15:57 +02:00 committed by Jan De Dobbeleer
parent b87a7f7da2
commit 0699b146c6

View file

@ -99,10 +99,10 @@
"background": "#292929",
"foreground": "#fb7e14",
"properties": {
"time_format": "15:04:05"
"time_format": "15:04:05, _2"
},
"style": "diamond",
"template": "{{ .CurrentDate | date .Format }} \uf017 ",
"template": "{{ .CurrentDate | date .Format }} \uf5ef ",
"trailing_diamond": "\ue0b4",
"type": "time"
}