summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home-manager/waybar.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/home-manager/waybar.nix b/modules/home-manager/waybar.nix
index a865499..efee997 100644
--- a/modules/home-manager/waybar.nix
+++ b/modules/home-manager/waybar.nix
@@ -34,7 +34,8 @@
"clock" = {
format = "{:%H:%M}  ";
format-alt = "{:%A, %B %d, %Y (%R)}  ";
- timezone = config.time.timeZone;
+ # timezone = config.time.timeZone;
+ timezone = "US/Mountain";
tooltip-format = "<tt><small>{calendar}</small></tt>";
calendar = {
mode = "year";