theme(poshmon): show date

Added changes to show date in prompt.
This commit is contained in:
SJ Basak 2022-09-23 22:42:54 +05:30 committed by Jan De Dobbeleer
parent 4554d31168
commit 7c9cddf8f2

View file

@ -92,7 +92,7 @@
], ],
"leading_diamond": "\ue0b6", "leading_diamond": "\ue0b6",
"properties": { "properties": {
"time_format": "15:04:05" "time_format": "_2, 15:04:05"
}, },
"style": "diamond", "style": "diamond",
"template": " \uf5ef {{ .CurrentDate | date .Format }} ", "template": " \uf5ef {{ .CurrentDate | date .Format }} ",