diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-18 12:47:22 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-18 12:47:22 -0700 |
| commit | fedc948df7883e41dd88e38e388a6684d312ab84 (patch) | |
| tree | 9c9f71822823ea50f015d4d20b962380c34b787e /modules/home-manager | |
| parent | be4e071bd2f412759f4a3d9b1e736e2bc30b1172 (diff) | |
waybar timezone can now update with system
Diffstat (limited to 'modules/home-manager')
| -rw-r--r-- | modules/home-manager/waybar.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix index c35bc75..0e02ded 100644 --- a/modules/home-manager/waybar.nix +++ b/modules/home-manager/waybar.nix @@ -80,8 +80,8 @@ "clock" = { format = "{:%H:%M} "; format-alt = "{:%A, %B %d, %Y (%R)} "; - # timezone = config.time.timeZone; - timezone = "US/Mountain"; + timezone = config.time.timeZone; + # timezone = "US/Mountain"; tooltip-format = "<tt><small>{calendar}</small></tt>"; "calendar" = { mode = "year"; |
