💥 fix(fastfetch): show actual distro name instead of hostname

This commit is contained in:
retrozinndev
2024-12-07 16:44:21 -03:00
parent e9258d04e4
commit 240287a645
+1 -1
View File
@@ -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}"
},
{