From 2baa35ff99ef3a0cc5e829ed7866807b52df922c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Tue, 10 Oct 2023 10:50:32 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(waybar):=20added=20seconds=20t?= =?UTF-8?q?o=20the=20clock?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/waybar/config.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.config/waybar/config.jsonc b/.config/waybar/config.jsonc index 3a3be1b5..30a32796 100644 --- a/.config/waybar/config.jsonc +++ b/.config/waybar/config.jsonc @@ -162,7 +162,8 @@ "today": "{}" } }, - "format": "{:%H:%M}  ", + "interval": 1, + "format": "{:%H:%M:%OS}  ", "format-alt": "{:%A, %B %d, %Y}  ", "actions": { "on-click-right": "mode",