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}" }, {