1
1

add fedora fastfetch config

This commit is contained in:
2026-04-07 13:42:19 +02:00
parent f4f427f3b4
commit 7619d376c8

54
fastfetch/fedora.jsonc Normal file
View File

@@ -0,0 +1,54 @@
{
"logo": {
"source": "~/.config/fastfetch/myascii.txt",
"padding": {
"top": 2
}
},
"modules": [
"break",
"break",
"datetime",
"uptime",
"break",
"os",
"kernel",
"de",
"packages",
"version",
"break",
"board",
{
"type": "cpu",
"showPeCoreCount": true,
"temp": true
},
{
"type": "gpu",
"driverSpecific": false,
"temp": true
},
"memory",
{
"type": "swap",
"separate": true
},
"disk",
"break",
"dns",
{
"type": "localip",
"showIpv6": false,
"showMac": false,
"showSpeed": false,
"showMtu": false,
"showLoop": false,
"showFlags": false,
"showAllIps": false
},
{
"type": "publicip",
"timeout": 1000
}
]
}