From fa3d28ca61020c2a976acf9de12810d4b8638ecf Mon Sep 17 00:00:00 2001 From: Gavin Nugent Date: Sat, 1 Aug 2026 21:16:04 +0100 Subject: [PATCH] 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. --- etc/fastfetch/config.jsonc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/fastfetch/config.jsonc b/etc/fastfetch/config.jsonc index 0bacc465..4ff53ad7 100644 --- a/etc/fastfetch/config.jsonc +++ b/etc/fastfetch/config.jsonc @@ -10,6 +10,9 @@ "left": 2 } }, + "display": { + "disableLinewrap": true + }, "modules": [ "break", {