Don't wrap horizontally on short terminal

This commit is contained in:
appeasementPolitik 2023-05-10 19:59:56 +00:00 committed by GitHub
parent b2833f8a67
commit 943d5cf963
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.