diff options
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+)' |