From 240287a645e8c99925cc0b20d7b39bdeccd66fe3 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sat, 7 Dec 2024 16:44:21 -0300 Subject: [PATCH] :boom: fix(fastfetch): show actual distro name instead of hostname --- fastfetch/config.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index 8db1e51..8dc29b1 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -21,7 +21,7 @@ "key": "󰌽 ", "shell": "/bin/sh", "param": "-c", - "text": "DISTRO_NAME=$(uname -n); echo \"${DISTRO_NAME^} $(uname -r)\"", + "text": "sh -c '. /etc/os-release; echo \"$PRETTY_NAME $(uname -r)\"'", "format": "{1}" }, {