fix(onefetch): Use actual distro + pkg manager names

This commit is contained in:
2025-09-08 11:18:10 +02:00
parent b55297e1c2
commit 351f37724c

View File

@@ -24,7 +24,7 @@
"type": "os", "type": "os",
"key": "\u001b[34m│\u001b[38;36m OS", "key": "\u001b[34m│\u001b[38;36m OS",
"keyWidth": 14, "keyWidth": 14,
"format": "Arch Linux ({12})" "format": "{name} {version} ({12})"
}, },
{ {
"type": "kernel", "type": "kernel",
@@ -34,8 +34,7 @@
{ {
"type": "packages", "type": "packages",
"key": "\u001b[34m│\u001b[38;36m Packages", "key": "\u001b[34m│\u001b[38;36m Packages",
"keyWidth": 14, "keyWidth": 14
"format": "{} (pacman)"
}, },
{ {
"type": "de", "type": "de",