From 049f9d4f94a6dadd561b63bb5dc8c5dd6e4add1c Mon Sep 17 00:00:00 2001 From: SJ Basak Date: Mon, 3 Oct 2022 03:07:30 +0530 Subject: [PATCH] theme(cloud-native-azure): show clock icon Updated line 99 to show the clock icon at the left of the time. --- themes/cloud-native-azure.omp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/cloud-native-azure.omp.json b/themes/cloud-native-azure.omp.json index 5b99e7f4..c97b30aa 100644 --- a/themes/cloud-native-azure.omp.json +++ b/themes/cloud-native-azure.omp.json @@ -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" }