fix(onefetch): Use actual distro + pkg manager names
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user