1
1

add macbook fastfetch config

This commit is contained in:
2026-04-07 13:43:28 +02:00
parent 7619d376c8
commit bf7e33a8af

55
fastfetch/macbook.jsonc Normal file
View File

@@ -0,0 +1,55 @@
{
"logo": {
"padding": {
"top": 1
}
},
"modules": [
"break",
"datetime",
"uptime",
{
"type": "battery",
"temp": true
},
"break",
"os",
"packages",
"version",
"break",
"host",
{
"type": "cpu",
"showPeCoreCount": true,
"temp": true
},
{
"type": "gpu",
"driverSpecific": true,
"temp": true
},
"memory",
{
"type": "swap",
"separate": true
},
"disk",
"break",
"dns",
{
"type": "localip",
"showIpv6": true,
"showMac": false,
"showSpeed": false,
"showMtu": false,
"showLoop": false,
"showFlags": false,
"showAllIps": false
},
{
"type": "publicip",
"timeout": 1000
},
"break"
]
}