summaryrefslogtreecommitdiffstats
path: root/.local/bin/statusbar/weather
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2020-03-25 08:43:11 -0400
committerLuke Smith <luke@lukesmith.xyz>2020-03-25 08:43:11 -0400
commit9db56f5c24ccd9fa08e1c7742d7d71ba7bcafd23 (patch)
treec7aabd81f076fd4a9ea6524ff9c17da5c079d2b6 /.local/bin/statusbar/weather
parent64fce405261fa685c5da5a1bcc2fb815b95d0d31 (diff)
parentc14cc2d1f0f67261012eeb134d262ac68ee17d7a (diff)
downloadeibhear-9db56f5c24ccd9fa08e1c7742d7d71ba7bcafd23.tar.gz
eibhear-9db56f5c24ccd9fa08e1c7742d7d71ba7bcafd23.tar.zst
eibhear-9db56f5c24ccd9fa08e1c7742d7d71ba7bcafd23.zip
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/statusbar/weather')
-rwxr-xr-x.local/bin/statusbar/weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/weather b/.local/bin/statusbar/weather
index dc33cb9..8e2a457 100755
--- a/.local/bin/statusbar/weather
+++ b/.local/bin/statusbar/weather
@@ -7,7 +7,7 @@ showweather() { printf "%s" "$(sed '16q;d' "$HOME/.local/share/weatherreport" |
sed '13q;d' "$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) $TERMINAL -e less -S "$HOME/.local/share/weatherreport" ;;
+ 1) $TERMINAL -e less -Srf "$HOME/.local/share/weatherreport" ;;
2) getforecast && showweather ;;
3) pgrep -x dunst >/dev/null && notify-send "🌈 Weather module" "\- Left click for full forecast.
- Middle click to update forecast.