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