feat(fastfetch): update configuration
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"type": "small",
|
||||
"type": "sixel",
|
||||
"padding": {
|
||||
"top": 1
|
||||
}
|
||||
@@ -58,6 +58,10 @@
|
||||
"type": "cpu",
|
||||
"showPeCoreCount": true
|
||||
},
|
||||
{
|
||||
"key": "│ {#34} gpu {#keys}│",
|
||||
"type": "gpu"
|
||||
},
|
||||
{
|
||||
"key": "│ {#34} disk {#keys}│",
|
||||
"type": "disk",
|
||||
@@ -67,6 +71,20 @@
|
||||
"key": "│ {#36} memory {#keys}│",
|
||||
"type": "memory"
|
||||
},
|
||||
{
|
||||
"key": "│ {#32} wifi {#keys}│",
|
||||
"type": "wifi",
|
||||
"format": "{ssid} {quality}%"
|
||||
},
|
||||
{
|
||||
"key": "│ {#34} battery {#keys}│",
|
||||
"type": "battery",
|
||||
"format": "{status} {capacity}%"
|
||||
},
|
||||
{
|
||||
"key": "│ {#33} public {#keys}│",
|
||||
"type": "publicip"
|
||||
},
|
||||
{
|
||||
"key": "├───────────┤",
|
||||
"type": "custom"
|
||||
|
||||
Reference in New Issue
Block a user