summaryrefslogtreecommitdiffstats
path: root/.scripts
diff options
context:
space:
mode:
Diffstat (limited to '.scripts')
-rwxr-xr-x.scripts/i3weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3weather b/.scripts/i3weather
index 0f98b35..3000b8a 100755
--- a/.scripts/i3weather
+++ b/.scripts/i3weather
@@ -10,7 +10,7 @@ if [[ "$location" != "" ]]
then
location="~${location// /+}"
fi
-curl wttr.in/$location > ~/.weatherreport
+curl -s wttr.in/$location > ~/.weatherreport
echo -n ☔ $(cat ~/.weatherreport | sed -n 16p | sed -e 's/[^m]*m//g' | grep -o "[0-9]*%" | sort -n | sed -e '$!d')