diff --git a/modules/home/programs/waybar/default.nix b/modules/home/programs/waybar/default.nix index 4bfaebf..885df5e 100644 --- a/modules/home/programs/waybar/default.nix +++ b/modules/home/programs/waybar/default.nix @@ -14,9 +14,13 @@ modules-right = [ "memory" "battery" "clock" ]; clock = { - format = "{:%a %Y-%m-%d %H:%M:%S}"; + format = "{:%a %Y-%m-%d %H:%M:%S %Z}"; interval = 1; timezones = [ "Europe/Sofia" "Europe/Prague" ]; + actions = { + on-scroll-up = "tz_up"; + on-scroll-down = "tz_down"; + }; }; "sway/workspaces" = {