diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2020-05-25 17:06:24 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2020-05-25 17:06:24 -0400 |
| commit | c075127aaee99d072fdb887c0986fd6dc5c8c533 (patch) | |
| tree | 0e5fd1876bfc55219c85a240970a654341a4c046 /.local/bin/statusbar/weather | |
| parent | 99a7d1dd9849cf3d0da74e88978f777299196140 (diff) | |
| download | eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.tar.gz eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.tar.zst eibhear-c075127aaee99d072fdb887c0986fd6dc5c8c533.zip | |
no spaces between icons and content
Diffstat (limited to '.local/bin/statusbar/weather')
| -rwxr-xr-x | .local/bin/statusbar/weather | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/statusbar/weather b/.local/bin/statusbar/weather index 76a84d9..2599e91 100755 --- a/.local/bin/statusbar/weather +++ b/.local/bin/statusbar/weather @@ -12,8 +12,8 @@ getforecast() { curl -sf "wttr.in/$LOCATION" > "${XDG_DATA_HOME:-$HOME/.local/sh # precipication chance and the daily high and low from the downloaded file and # display them with coresponding emojis. showweather() { printf "%s" "$(sed '16q;d' "${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" | - grep -wo "[0-9]*%" | sort -rn | sed "s/^/☔ /g;1q" | tr -d '\n')" -sed '13q;d' "${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" | grep -o "m\\([-+]\\)*[0-9]\\+" | sort -n -t 'm' -k 2n | sed -e 1b -e '$!d' | tr '\n|m' ' ' | awk '{print " 🥶",$1 "°","🌞",$2 "°"}' ;} + grep -wo "[0-9]*%" | sort -rn | sed "s/^/☔/g;1q" | tr -d '\n')" +sed '13q;d' "${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" | grep -o "m\\([-+]\\)*[0-9]\\+" | sort -n -t 'm' -k 2n | sed -e 1b -e '$!d' | tr '\n|m' ' ' | awk '{print " 🥶" $1 "°","🌞" $2 "°"}' ;} case $BLOCK_BUTTON in 1) setsid "$TERMINAL" -e less -Srf "${XDG_DATA_HOME:-$HOME/.local/share}/weatherreport" & ;; |
