From 1b16e5151b0d7ea5c7d9b00bd2d1d23f19205711 Mon Sep 17 00:00:00 2001 From: BitHeaven <33015545+BitHeaven-Official@users.noreply.github.com> Date: Wed, 8 Mar 2023 17:28:44 +0500 Subject: [PATCH] Update 0010_300_weather --- .local/scripts/bbr/0010_300_weather | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/scripts/bbr/0010_300_weather b/.local/scripts/bbr/0010_300_weather index a311fcb..18c028c 100755 --- a/.local/scripts/bbr/0010_300_weather +++ b/.local/scripts/bbr/0010_300_weather @@ -19,4 +19,4 @@ temp=$(curl -s "wttr.in/$CITY?format=%t") wind=$(curl -s https://wttr.in/@178.23.190.182?format=j2 | python3 -c "import sys, json; print(json.load(sys.stdin)['current_condition'][0]['windspeedKmph'])") -echo "^b$COLOR2^^c$COLOR1^ $wind ^b$COLOR1^^c$COLOR2^ $icon ^c$COLOR1^^b$COLOR2^ $temp ^d^" +echo "^b$COLOR2^^c$COLOR1^ $wind km/h ^b$COLOR1^^c$COLOR2^ $icon ^c$COLOR1^^b$COLOR2^ $temp ^d^"