2026-08-14 12:00:14 +02:00
|
|
|
// Config for `fastfetch`
|
|
|
|
|
//
|
|
|
|
|
// See: https://github.com/fastfetch-cli/fastfetch
|
2026-08-14 12:04:59 +02:00
|
|
|
//
|
|
|
|
|
// Colors are 24-bit ANSI codes ("38;2;R;G;B")
|
|
|
|
|
// following the teal palette documented
|
|
|
|
|
// in ~/.config/gnome-settings/README.md
|
2026-08-14 12:00:14 +02:00
|
|
|
|
|
|
|
|
{
|
|
|
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
|
|
|
|
|
|
|
|
"logo": {
|
|
|
|
|
"type": "small",
|
2026-08-14 12:04:59 +02:00
|
|
|
"color": {
|
|
|
|
|
"1": "38;2;33;144;164", // Stop 5
|
|
|
|
|
"2": "38;2;74;164;182" // Stop 4
|
|
|
|
|
},
|
2026-08-14 12:00:14 +02:00
|
|
|
"padding": {
|
|
|
|
|
"top": 1,
|
|
|
|
|
"right": 4
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"display": {
|
|
|
|
|
"separator": " ",
|
2026-08-14 12:04:59 +02:00
|
|
|
"color": {
|
|
|
|
|
"keys": "38;2;33;144;164", // Stop 5
|
|
|
|
|
"title": "38;2;222;237;241", // Stop 1
|
|
|
|
|
"separator": "38;2;10;98;113" // Stop 9
|
|
|
|
|
},
|
2026-08-14 12:00:14 +02:00
|
|
|
"key": {
|
|
|
|
|
"width": 12
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"modules": [
|
|
|
|
|
"title",
|
|
|
|
|
"separator",
|
|
|
|
|
|
|
|
|
|
"os",
|
|
|
|
|
"kernel",
|
|
|
|
|
"uptime",
|
|
|
|
|
"packages",
|
|
|
|
|
"shell",
|
|
|
|
|
|
|
|
|
|
"break",
|
|
|
|
|
|
|
|
|
|
"cpu",
|
|
|
|
|
"memory",
|
|
|
|
|
{
|
|
|
|
|
"type": "disk",
|
|
|
|
|
"folders": "/"
|
|
|
|
|
},
|
|
|
|
|
"localip",
|
|
|
|
|
|
|
|
|
|
"break",
|
|
|
|
|
|
|
|
|
|
"colors"
|
|
|
|
|
]
|
|
|
|
|
}
|