theme(cloud-native-azure): show clock icon

Updated line 99 to show the clock icon at the left of the time.
This commit is contained in:
SJ Basak 2022-10-03 03:07:30 +05:30 committed by Jan De Dobbeleer
parent 94a379b26a
commit 049f9d4f94

View file

@ -96,7 +96,7 @@
"invert_powerline": true,
"leading_diamond": "\ue0b2",
"style": "diamond",
"template": " {{ .CurrentDate | date .Format }} ",
"template": " \uf64f {{ .CurrentDate | date .Format }} ",
"trailing_diamond": "\ue0b4",
"type": "time"
}