summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.config/waybar/config.jsonc7
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc
index c6c1e80..35146fb 100644
--- a/.config/waybar/config.jsonc
+++ b/.config/waybar/config.jsonc
@@ -79,7 +79,12 @@
 
   "clock#utc": {
     "timezone": "UTC",
-    "format": "({:<small>%Z</small> %H:%M})",
+    "format": "{:<small>%Z</small> %H:%M}",
+    "tooltip-format": "{:%Z %z}"
+  },
+  "clock#extra": {
+    "timezone": "Asia/Kolkata",
+    "format": "{:<small>%Z</small> %H:%M}",
     "tooltip-format": "{:%Z %z}"
   },