summaryrefslogtreecommitdiff
path: root/.config/eww/scripts
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-09-20 23:38:10 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-09-20 23:38:10 +0200
commit3190b2db7c624de36f1a4618a76a4335dae105ca (patch)
treeb5bc8a7d6dce8bfb5755a4accbecba7bf14749de /.config/eww/scripts
parentfe2ccc4cd8aef9d73be3c58e495ab0e61f6d0fb6 (diff)
eww: Don’t show Indian time
Diffstat (limited to '.config/eww/scripts')
-rwxr-xr-x.config/eww/scripts/datetime-listener10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/eww/scripts/datetime-listener b/.config/eww/scripts/datetime-listener
index 9e81476..b10f4a5 100755
--- a/.config/eww/scripts/datetime-listener
+++ b/.config/eww/scripts/datetime-listener
@@ -2,10 +2,10 @@
while :
do
- {
- date +'%A, %-d of %B %Y — %T %Z'
- TZ='Asia/Kolkata' date +'(%T %Z)'
- } | paste -sd ' '
- # date +'%A, %-d of %B %Y — %T %Z'
+ # {
+ # date +'%A, %-d of %B %Y — %T %Z'
+ # TZ='Asia/Kolkata' date +'(%T %Z)'
+ # } | paste -sd ' '
+ date +'%A, %-d of %B %Y — %T %Z'
sleep "$(date +'%s.%N' | dc -e '? d 1 + 1 / r - p')"
done | ordinal -p1