Skip to content

Commit

Permalink
fix: correct timezone in khal.py script
Browse files Browse the repository at this point in the history
  • Loading branch information
1995parham committed Aug 3, 2023
1 parent 13d29ed commit 055103e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wayland/waybar/scripts/khal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 055103e

Please sign in to comment.