Stop long fastfetch values from wrapping over the About logo (#6491)

Values longer than the remaining terminal width wrap back to column 0
and overwrite the logo column, which breaks the whole About layout. The
packages line triggers this on most systems.

Set display.disableLinewrap so overlong values clip at the right edge
instead. fastfetch documents this as the default but does not apply it
unless set explicitly.
This commit is contained in:
Gavin Nugent
2026-08-01 15:16:04 -05:00
committed by GitHub
parent 3ffd9cdfc5
commit fa3d28ca61
+3
View File
@@ -10,6 +10,9 @@
"left": 2
}
},
"display": {
"disableLinewrap": true
},
"modules": [
"break",
{