Files
fastfetch/presets/examples/21.jsonc
T

49 lines
1.0 KiB
JSON
Raw Normal View History

2024-06-12 22:46:11 +08:00
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small"
},
2024-07-15 14:01:35 +08:00
"display": {
"constants": [
"██ "
]
},
2024-06-12 22:46:11 +08:00
"modules": [
{
2024-07-15 14:01:35 +08:00
"key": "{$1}Distro",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;210",
"type": "os"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$1}Kernel",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;84",
"type": "kernel"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$1}Shell",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;147",
"type": "shell"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$1}Packages",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;200",
"type": "packages"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$1}WM",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;44",
"type": "wm"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$1}CPU",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;75",
"type": "cpu"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$1}Memory",
2024-06-12 22:46:11 +08:00
"keyColor": "38;5;123",
"type": "memory"
}
]
}