Watch
1
0
Fork
You've already forked dotfiles
0
dotfiles/.config/fastfetch/config.jsonc

47 lines
734 B
JSON
Raw Normal View History

2026-08-14 12:00:14 +02:00
// Config for `fastfetch`
//
// See: https://github.com/fastfetch-cli/fastfetch
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
"top": 1,
"right": 4
}
},
"display": {
"separator": " ",
"key": {
"width": 12
}
},
"modules": [
"title",
"separator",
"os",
"kernel",
"uptime",
"packages",
"shell",
"break",
"cpu",
"memory",
{
"type": "disk",
"folders": "/"
},
"localip",
"break",
"colors"
]
}