summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-03-25 08:41:01 -0400
committerGitHub <noreply@github.com>2019-03-25 08:41:01 -0400
commite5485481cfdf7b8d50f7c10e935ec1431f365fa0 (patch)
treed303b4508040ee9a726eefe03ac96eb3c3fe7c14
parent7e72b8cf60ee28c14f8cc59edf095bfa25a2e4df (diff)
parent59b29a51d314a5d19d1dcb8c3a311aca1a26c5fe (diff)
downloadeibhear-e5485481cfdf7b8d50f7c10e935ec1431f365fa0.tar.gz
eibhear-e5485481cfdf7b8d50f7c10e935ec1431f365fa0.tar.zst
eibhear-e5485481cfdf7b8d50f7c10e935ec1431f365fa0.zip
Merge pull request #253 from weidtn/patch-1
raw control chars in less, no "ESC" anymore
-rwxr-xr-x.scripts/statusbar/weather2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/weather b/.scripts/statusbar/weather
index f3699ee..54c2a43 100755
--- a/.scripts/statusbar/weather
+++ b/.scripts/statusbar/weather
@@ -2,7 +2,7 @@
[ "$(stat -c %y /tmp/weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast
case $BLOCK_BUTTON in
- 1) $TERMINAL -e less -S /tmp/weatherreport ;;
+ 1) $TERMINAL -e less -S -R /tmp/weatherreport ;;
3) pgrep -x dunst >/dev/null && notify-send "<b>🌈 Weather module:</b>
- Click for wttr.in forecast.
☔: Chance of rain/snow