52 lines
997 B
Plaintext
52 lines
997 B
Plaintext
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "auto",
|
|
"color": {
|
|
"1": "magenta",
|
|
"2": "blue"
|
|
}
|
|
},
|
|
"display": {
|
|
"separator": " ➜ ",
|
|
"color": {
|
|
"separator": "green",
|
|
"keys": "blue",
|
|
"title": "magenta"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"type": "title",
|
|
"color": {
|
|
"user": "magenta",
|
|
"at": "white",
|
|
"host": "blue"
|
|
}
|
|
},
|
|
"separator",
|
|
"os",
|
|
"host",
|
|
"kernel",
|
|
"uptime",
|
|
"packages",
|
|
"shell",
|
|
"terminal",
|
|
"de",
|
|
"wm",
|
|
"theme",
|
|
"icons",
|
|
"font",
|
|
"cursor",
|
|
"cpu",
|
|
"gpu",
|
|
"memory",
|
|
"disk",
|
|
"localip",
|
|
"battery",
|
|
"locale",
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|