diff options
| author | appeasementPolitik <108810900+appeasementPolitik@users.noreply.github.com> | 2023-05-11 14:00:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-11 14:00:08 +0000 |
| commit | 991b052a558c11182c279612f3db42d187304132 (patch) | |
| tree | 1266c77bc3b1d6a02c9de4ce2e20b14f1e6ac947 /.local/bin | |
| parent | b2833f8a67c421d1d5ba3327c8594a445b8aa386 (diff) | |
| download | eibhear-991b052a558c11182c279612f3db42d187304132.tar.gz eibhear-991b052a558c11182c279612f3db42d187304132.tar.zst eibhear-991b052a558c11182c279612f3db42d187304132.zip | |
Don't wrap horizontally on short terminal (#1325)
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/statusbar/sb-forecast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/sb-forecast b/.local/bin/statusbar/sb-forecast index 2b41b3d..368c17f 100755 --- a/.local/bin/statusbar/sb-forecast +++ b/.local/bin/statusbar/sb-forecast @@ -38,7 +38,7 @@ showweather() { } case $BLOCK_BUTTON in - 1) setsid -f "$TERMINAL" -e less -Srf "$weatherreport" ;; + 1) setsid -f "$TERMINAL" -e less -Sf "$weatherreport" ;; 2) getforecast && showweather ;; 3) notify-send "🌈 Weather module" "\- Left click for full forecast. - Middle click to update forecast. |
