diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-01 17:16:48 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-01 17:16:48 -0500 |
| commit | 028b9fe2f640f59becbf054d3acae65fa8649687 (patch) | |
| tree | 9da939d8ecba068253be9ecb97aee704822cd3da | |
| parent | 99e1ed06cc8c7548d5ae330edc42ac9fad829c72 (diff) | |
| parent | a9c7360edfbbcf81983f76849bda2bd584c1f13b (diff) | |
| download | eibhear-028b9fe2f640f59becbf054d3acae65fa8649687.tar.gz eibhear-028b9fe2f640f59becbf054d3acae65fa8649687.tar.zst eibhear-028b9fe2f640f59becbf054d3acae65fa8649687.zip | |
Merge pull request #157 from LORDBABUINO/master
Fix style when showing full weather report
| -rwxr-xr-x | .scripts/statusbar/weather | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/weather b/.scripts/statusbar/weather index d87bb3f..00abda2 100755 --- a/.scripts/statusbar/weather +++ b/.scripts/statusbar/weather @@ -2,7 +2,7 @@ [ "$(stat -c %y .weatherreport | awk '{print $1}')" != "$(date '+%Y-%m-%d')" ] && getforecast case $BLOCK_BUTTON in - 1) $TERMINAL -e less -S ~/.weatherreport ;; + 1) $TERMINAL -e less -Srf ~/.weatherreport ;; 3) pgrep -x dunst >/dev/null && notify-send "<b>🌈 Weather module:</b> - Click for wttr.in forecast. ☔: Chance of rain/snow |
