diff options
| author | LORDBABUINO <jorge.x7@gmail.com> | 2018-12-18 21:09:48 +0000 |
|---|---|---|
| committer | LORDBABUINO <jorge.x7@gmail.com> | 2018-12-18 21:09:48 +0000 |
| commit | a9c7360edfbbcf81983f76849bda2bd584c1f13b (patch) | |
| tree | 7db5f8a1fca4153f604aeae4de9ae96fe12b34cd /.scripts/statusbar/weather | |
| parent | 1283445b2268a763bdef273fe2b61bbeab9520b7 (diff) | |
| download | eibhear-a9c7360edfbbcf81983f76849bda2bd584c1f13b.tar.gz eibhear-a9c7360edfbbcf81983f76849bda2bd584c1f13b.tar.zst eibhear-a9c7360edfbbcf81983f76849bda2bd584c1f13b.zip | |
Fix style when showing full weather report
Diffstat (limited to '.scripts/statusbar/weather')
| -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 a6c8d75..4b7bbb6 100755 --- a/.scripts/statusbar/weather +++ b/.scripts/statusbar/weather @@ -3,7 +3,7 @@ location="" 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 |
