25 lines
391 B
JSON
25 lines
391 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "builtin",
|
|
"source": "rhel_small",
|
|
"color": {
|
|
"1": "36",
|
|
"2": "36",
|
|
"4": "36"
|
|
}
|
|
},
|
|
"display": {
|
|
"separator": " == "
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"os",
|
|
"wm",
|
|
"kernel",
|
|
"memory",
|
|
"disk",
|
|
"cpu",
|
|
"uptime"
|
|
]
|
|
}
|