diff --git a/wayland/waybar/scripts/khal.py b/wayland/waybar/scripts/khal.py index 43b055d8d..74f291115 100755 --- a/wayland/waybar/scripts/khal.py +++ b/wayland/waybar/scripts/khal.py @@ -26,6 +26,7 @@ def json(self) -> str: "khal list now 7days --format " '"{start-end-time-style} {title} ({categories})"', shell=True, + env={"TZ": "Asia/Tehran"}, ).decode("utf-8") except FileNotFoundError: exit(1)