Files
fastfetch/presets/examples/17.jsonc
T

88 lines
2.3 KiB
JSON
Raw Permalink 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"
2024-07-15 14:01:35 +08:00
},
"constants": [
"───────────────────────────────────────────────────────────────────────────",
"│\u001b[75C│\u001b[75D"
]
2024-06-06 16:03:00 +08:00
},
"modules": [
{
2024-07-24 16:25:16 +08:00
"format": "{#1}{#keys}╭{$1}╮\u001b[76D {user-name-colored}{at-symbol-colored}{host-name-colored} 🖥 ",
2024-06-06 16:03:00 +08:00
"type": "title"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#31} kernel ",
2024-06-06 16:03:00 +08:00
"type": "kernel"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#32}󰅐 uptime ",
2024-06-06 16:03:00 +08:00
"type": "uptime"
},
{
2024-07-24 16:25:16 +08:00
"key": "{$2}{#33}{icon} distro ",
2024-06-06 16:03:00 +08:00
"type": "os"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#34}󰇄 desktop ",
2024-06-06 16:03:00 +08:00
"type": "de"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#35} term ",
2024-06-06 16:03:00 +08:00
"type": "terminal"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#36} shell ",
2024-06-06 16:03:00 +08:00
"type": "shell"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#35}󰍛 cpu ",
2024-06-06 16:03:00 +08:00
"type": "cpu",
"showPeCoreCount": true,
"temp": true
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#34}󰍛 gpu ",
2024-06-06 16:03:00 +08:00
"type": "gpu"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#33}󰉉 disk ",
2024-06-06 16:03:00 +08:00
"type": "disk",
"folders": "/"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#32} memory ",
2024-06-06 16:03:00 +08:00
"type": "memory"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#31}󰩟 network ",
2024-06-06 16:03:00 +08:00
"type": "localip",
2024-07-24 16:25:16 +08:00
"format": "{ipv4} ({ifname})"
2024-06-06 16:03:00 +08:00
},
{
2024-07-15 14:01:35 +08:00
"format": "{#1}{#keys}├{$1}┤",
2024-06-06 16:03:00 +08:00
"type": "custom"
},
{
2024-07-15 14:01:35 +08:00
"key": "{$2}{#39} colors ",
2024-06-06 16:03:00 +08:00
"type": "colors",
"symbol": "circle"
},
{
2024-07-15 14:01:35 +08:00
"format": "{#1}{#keys}╰{$1}╯",
2024-06-06 16:03:00 +08:00
"type": "custom"
}
]
}