2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-09 13:10:27 +00:00
steffen-dotfiles/.config/fastfetch/config.jsonc
Steffen Rademacker 5d3c0b7769 .
2024-09-13 22:11:29 +02:00

44 lines
657 B
Plaintext

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"padding": {
"top": 1
}
},
"modules": [
"title",
"break",
"datetime",
"uptime",
{
"type": "weather",
"timeout": 1000
},
{
"type": "localip",
"showIpv6": false,
"showMac": false
},
{
"type": "publicip",
"timeout": 1000
},
"break",
"host",
{
"type": "cpu",
"showPeCoreCount": false,
"temp": true
},
"disk",
"memory",
"battery",
"wifi",
"break",
"os",
"terminal",
"shell",
"editor"
]
}