diff options
| author | Thomas Voss <mail@thomasvoss.com> | 2026-01-17 21:09:01 +0100 |
|---|---|---|
| committer | Thomas Voss <mail@thomasvoss.com> | 2026-01-17 21:09:01 +0100 |
| commit | fde29efec2c4faf2947bf602af4fd33ea9f77439 (patch) | |
| tree | 254666cf0e33178482fceb40277b49880be68ae7 /.config/eww/scripts | |
| parent | 3e3545ac258c4f76c3e93cf1ad4d4efb68ecf3e9 (diff) | |
eww: Remove New Zealand time
Diffstat (limited to '.config/eww/scripts')
| -rwxr-xr-x | .config/eww/scripts/datetime-listener | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.config/eww/scripts/datetime-listener b/.config/eww/scripts/datetime-listener index 47d7031..72f952d 100755 --- a/.config/eww/scripts/datetime-listener +++ b/.config/eww/scripts/datetime-listener @@ -13,9 +13,8 @@ veckaord() } stdbuf -oL -- tiktok \ - "%A, %-d %B %Y, $(veckaord) %V — %T %Z" \ - TZ=Europe/Helsinki ' (%H:%M %Z,' \ - TZ=Pacific/Auckland ' %H:%M %Z)' \ + "%A, %-d %B %Y, $(veckaord) %V — %T %Z" \ + TZ=Europe/Helsinki ' (%H:%M %Z)' | while read line do echo "$line" | ordinal -p '^\w+, (\d+)' |