diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-02 16:32:31 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-02 16:32:31 +0000 |
commit | 616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7 (patch) | |
tree | 7ff0eac56883a5d9b339d12225a35d9c12f94fd5 /tmux/date.sh | |
parent | added cert-fp authentication for libera as well (diff) | |
download | scripts-616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7.tar.gz scripts-616ec0eeb48cd5d15d3f2bb754f0bfd1184869d7.zip |
update
Diffstat (limited to '')
-rwxr-xr-x | tmux/date.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/date.sh b/tmux/date.sh index f8ce7c4..42044a4 100755 --- a/tmux/date.sh +++ b/tmux/date.sh @@ -11,7 +11,7 @@ DAY="#[fg=colour255 bg=colour31]"$(echo $RESULT | gawk '{print $1}') DATE="#[fg=colour255 bg=colour31]"$(echo $RESULT | gawk '{print $2}') TIME="#[fg=colour255 bg=colour31]"$(echo $RESULT | gawk '{print $3}') UTC_TIME_RESULT=$(date -u +"%H:%M") -UTC_TIME="#[fg=colour255 bg=colour25]"$(echo GMT: $UTC_TIME_RESULT) +UTC_TIME="#[fg=colour255 bg=colour25]"$(echo $UTC_TIME_RESULT) JDATE="#[fg=colour255 bg=colour29]"$(jdate | gawk '{print $2" "$3}') # OPENWEATHERMAP_TOKEN=$(cat /home/devi/scripts/tmux/openweathermap.json|jq -r ".token") # WEATHER_INFO=$(sleep 120 && torsocks curl "https://api.openweathermap.org/data/2.5/weather?q=Tehran&appid=$OPENWEATHERMAP_TOKEN&units=metric"|jq ".main.temp") |