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;