Don't wrap horizontally on short terminal (#1325)
This commit is contained in:
parent
b2833f8a67
commit
991b052a55
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue