mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
Don't wrap horizontally on short terminal (#1325)
This commit is contained in:
parent
b2833f8a67
commit
991b052a55
@ -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…
x
Reference in New Issue
Block a user