Files
fastfetch/presets/examples/8.jsonc
T

42 lines
849 B
JSON
Raw Normal View History

2023-07-21 16:42:10 +08:00
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small"
},
"display": {
"separator": " ",
"color": {
"keys": "magenta"
},
2023-11-02 09:32:58 +08:00
"size": {
"ndigits": 0,
"maxPrefix": "MB"
2024-07-24 16:25:16 +08:00
},
"key": {
"type": "icon"
2023-11-02 09:32:58 +08:00
}
2023-07-21 16:42:10 +08:00
},
"modules": [
{
"type": "title",
"color": {
"user": "green",
"at": "red",
"host": "blue"
}
},
2024-07-24 16:25:16 +08:00
"os",
"kernel",
"memory",
"packages",
"uptime",
2023-07-21 16:42:10 +08:00
{
2024-07-24 16:25:16 +08:00
"type": "colors",
"key": "Colors", // For printing icon
"block": {
"range": [1, 6]
}
2023-07-21 16:42:10 +08:00
}
]
}