From ecc7afc721094ddf694cd76558cc47bffb36ee53 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Fri, 16 Feb 2024 16:52:25 +0200 Subject: [PATCH] better clock --- modules/home/programs/waybar/default.nix | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/modules/home/programs/waybar/default.nix b/modules/home/programs/waybar/default.nix index 38ea2fc..5687841 100644 --- a/modules/home/programs/waybar/default.nix +++ b/modules/home/programs/waybar/default.nix @@ -11,7 +11,13 @@ "HDMI-A-1" ]; modules-left = [ "sway/workspaces" ]; - modules-right = [ "battery" "temperature" "clock" ]; + modules-right = [ "battery" "clock" ]; + + clock = { + format = "{:%H:%M:%S}"; + interval = 1; + timezones = [ "Europe/Sofia" "Europe/Prague" ]; + }; "sway/workspaces" = { disable-scroll = true;