summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-12-01 17:43:32 -0500
committerLuke Smith <luke@lukesmith.xyz>2018-12-01 17:43:32 -0500
commit4d7b0a7d410ab91047be13b915413dc555af9dda (patch)
treefa611317c08481e5454b38c98f145a1e2fea938a
parent6efc27037aee345cee975805f2aacac66f6da2ce (diff)
downloadeibhear-4d7b0a7d410ab91047be13b915413dc555af9dda.tar.gz
eibhear-4d7b0a7d410ab91047be13b915413dc555af9dda.tar.zst
eibhear-4d7b0a7d410ab91047be13b915413dc555af9dda.zip
weather report: less is more
-rwxr-xr-x.scripts/statusbar/i3weather2
-rwxr-xr-x.scripts/statusbar/popweather2
2 files changed, 1 insertions, 3 deletions
diff --git a/.scripts/statusbar/i3weather b/.scripts/statusbar/i3weather
index 0d2dd9b..a6c8d75 100755
--- a/.scripts/statusbar/i3weather
+++ b/.scripts/statusbar/i3weather
@@ -3,7 +3,7 @@
location=""
case $BLOCK_BUTTON in
- 1) $TERMINAL -e popweather ;;
+ 1) $TERMINAL -e less -S ~/.weatherreport ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>🌈 Weather module:</b>
- Click for wttr.in forecast.
☔: Chance of rain/snow
diff --git a/.scripts/statusbar/popweather b/.scripts/statusbar/popweather
deleted file mode 100755
index d11bdf5..0000000
--- a/.scripts/statusbar/popweather
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/sh
-cat ~/.weatherreport && read