From 6f0c27e03e020ea050b0bae5b597e3af5bb3237e Mon Sep 17 00:00:00 2001 From: legoraft Date: Thu, 9 Oct 2025 16:26:39 +0200 Subject: [PATCH] fix: added trailing newline to fastfetch for better readability --- fastfetch/.config/fastfetch/config.jsonc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fastfetch/.config/fastfetch/config.jsonc b/fastfetch/.config/fastfetch/config.jsonc index 87b67f9..79c3539 100644 --- a/fastfetch/.config/fastfetch/config.jsonc +++ b/fastfetch/.config/fastfetch/config.jsonc @@ -81,6 +81,8 @@ "type": "uptime", "key": "󰐥", "format": "{2} hrs, {3} mins" - } + }, + + "break" ] } -- 2.51.2