From 351f37724c289cf99fc2377147fe7aae385c76f8 Mon Sep 17 00:00:00 2001 From: Wessel Tip Date: Mon, 8 Sep 2025 11:18:10 +0200 Subject: [PATCH] fix(onefetch): Use actual distro + pkg manager names --- fastfetch/config.jsonc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index b28cc1f..9517830 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -24,7 +24,7 @@ "type": "os", "key": "\u001b[34m│\u001b[38;36m OS", "keyWidth": 14, - "format": "Arch Linux ({12})" + "format": "{name} {version} ({12})" }, { "type": "kernel", @@ -34,8 +34,7 @@ { "type": "packages", "key": "\u001b[34m│\u001b[38;36m Packages", - "keyWidth": 14, - "format": "{} (pacman)" + "keyWidth": 14 }, { "type": "de",