From 974bd092a28c96f9e72ce664c126ec0d5fac79f8 Mon Sep 17 00:00:00 2001 From: Gonzalo Rafael Acosta Date: Sun, 7 Jul 2024 11:16:34 -0300 Subject: [PATCH] Use system.timezone for waybar --- user/wm/hyprland/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/wm/hyprland/hyprland.nix b/user/wm/hyprland/hyprland.nix index b2f5860..5a8d205 100644 --- a/user/wm/hyprland/hyprland.nix +++ b/user/wm/hyprland/hyprland.nix @@ -830,7 +830,7 @@ in clock = { "interval" = 1; "format" = "{:%a %Y-%m-%d %I:%M:%S %p}"; - "timezone" = "America/Chicago"; + "timezone" = systemSettings.timezone; "tooltip-format" = '' {:%Y %B} {calendar}'';