Files
fastfetch/presets/examples/18.jsonc
T

84 lines
2.8 KiB
JSON
Raw Normal View History

2024-06-06 16:03:00 +08:00
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
2024-06-06 20:22:31 +08:00
"top": 1,
"right": 2
2024-06-06 16:03:00 +08:00
}
},
"display": {
"separator": "> ",
"color": {
"separator": "red"
}
},
"modules": [
{
2024-06-06 20:22:31 +08:00
"format": "{#1}{#keys}╔═══════════════════════════════════════════════════════════════════════════╗\u001b[76D {6}{7}{8} 💻 ",
2024-06-06 16:03:00 +08:00
"type": "title"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#31} kernel ",
2024-06-06 16:03:00 +08:00
"type": "kernel"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#32}󰅐 uptime ",
2024-06-06 16:03:00 +08:00
"type": "uptime"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#33}󰟾 distro ",
2024-06-06 16:03:00 +08:00
"type": "os"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#34}󰇄 desktop ",
2024-06-06 16:03:00 +08:00
"type": "de"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#35} term ",
2024-06-06 16:03:00 +08:00
"type": "terminal"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#36} shell ",
2024-06-06 16:03:00 +08:00
"type": "shell"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#35}󰍛 cpu ",
2024-06-06 16:03:00 +08:00
"type": "cpu",
"showPeCoreCount": true,
"temp": true
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#34}󰍛 gpu ",
2024-06-06 16:03:00 +08:00
"type": "gpu"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#33}󰉉 disk ",
2024-06-06 16:03:00 +08:00
"type": "disk",
"folders": "/"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#32} memory ",
2024-06-06 16:03:00 +08:00
"type": "memory"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#31}󰩟 network ",
2024-06-06 16:03:00 +08:00
"type": "localip",
"format": "{1} ({4})"
},
{
2024-06-06 20:22:31 +08:00
"format": "{#1}{#keys}╠═══════════════════════════════════════════════════════════════════════════╣",
2024-06-06 16:03:00 +08:00
"type": "custom"
},
{
2024-06-06 20:22:31 +08:00
"key": "║\u001b[75C║\u001b[75D{#39} colors ",
2024-06-06 16:03:00 +08:00
"type": "colors",
"symbol": "circle"
},
{
2024-06-06 20:22:31 +08:00
"format": "{#1}{#keys}╚═══════════════════════════════════════════════════════════════════════════╝",
2024-06-06 16:03:00 +08:00
"type": "custom"
}
]
}