Presets: add more examples

This commit is contained in:
李通洲
2024-06-06 16:03:00 +08:00
parent 25cdd9969f
commit ce2280ae54
2 changed files with 164 additions and 0 deletions
+82
View File
@@ -0,0 +1,82 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
"top": 1
}
},
"display": {
"separator": "> ",
"color": {
"separator": "red"
}
},
"modules": [
{
"format": "{#1}{#keys}╭──────────────────────────────────────────────────────────────────────╮\u001b[71D {6}{7}{8} 🖥 ",
"type": "title"
},
{
"key": "│\u001b[70C│\u001b[70D{#31} kernel ",
"type": "kernel"
},
{
"key": "│\u001b[70C│\u001b[70D{#32}󰅐 uptime ",
"type": "uptime"
},
{
"key": "│\u001b[70C│\u001b[70D{#33}󰟾 distro ",
"type": "os"
},
{
"key": "│\u001b[70C│\u001b[70D{#34}󰇄 desktop ",
"type": "de"
},
{
"key": "│\u001b[70C│\u001b[70D{#35} term ",
"type": "terminal"
},
{
"key": "│\u001b[70C│\u001b[70D{#36} shell ",
"type": "shell"
},
{
"key": "│\u001b[70C│\u001b[70D{#35}󰍛 cpu ",
"type": "cpu",
"showPeCoreCount": true,
"temp": true
},
{
"key": "│\u001b[70C│\u001b[70D{#34}󰍛 gpu ",
"type": "gpu"
},
{
"key": "│\u001b[70C│\u001b[70D{#33}󰉉 disk ",
"type": "disk",
"folders": "/"
},
{
"key": "│\u001b[70C│\u001b[70D{#32} memory ",
"type": "memory"
},
{
"key": "│\u001b[70C│\u001b[70D{#31}󰩟 network ",
"type": "localip",
"format": "{1} ({4})"
},
{
"format": "{#1}{#keys}├──────────────────────────────────────────────────────────────────────┤",
"type": "custom"
},
{
"key": "│\u001b[70C│\u001b[70D{#39} colors ",
"type": "colors",
"symbol": "circle"
},
{
"format": "{#1}{#keys}╰──────────────────────────────────────────────────────────────────────╯",
"type": "custom"
}
]
}
+82
View File
@@ -0,0 +1,82 @@
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "small",
"padding": {
"top": 1
}
},
"display": {
"separator": "> ",
"color": {
"separator": "red"
}
},
"modules": [
{
"format": "{#1}{#keys}╔══════════════════════════════════════════════════════════════════════╗\u001b[71D {6}{7}{8} 💻 ",
"type": "title"
},
{
"key": "║\u001b[70C║\u001b[70D{#31} kernel ",
"type": "kernel"
},
{
"key": "║\u001b[70C║\u001b[70D{#32}󰅐 uptime ",
"type": "uptime"
},
{
"key": "║\u001b[70C║\u001b[70D{#33}󰟾 distro ",
"type": "os"
},
{
"key": "║\u001b[70C║\u001b[70D{#34}󰇄 desktop ",
"type": "de"
},
{
"key": "║\u001b[70C║\u001b[70D{#35} term ",
"type": "terminal"
},
{
"key": "║\u001b[70C║\u001b[70D{#36} shell ",
"type": "shell"
},
{
"key": "║\u001b[70C║\u001b[70D{#35}󰍛 cpu ",
"type": "cpu",
"showPeCoreCount": true,
"temp": true
},
{
"key": "║\u001b[70C║\u001b[70D{#34}󰍛 gpu ",
"type": "gpu"
},
{
"key": "║\u001b[70C║\u001b[70D{#33}󰉉 disk ",
"type": "disk",
"folders": "/"
},
{
"key": "║\u001b[70C║\u001b[70D{#32} memory ",
"type": "memory"
},
{
"key": "║\u001b[70C║\u001b[70D{#31}󰩟 network ",
"type": "localip",
"format": "{1} ({4})"
},
{
"format": "{#1}{#keys}╠══════════════════════════════════════════════════════════════════════╣",
"type": "custom"
},
{
"key": "║\u001b[70C║\u001b[70D{#39} colors ",
"type": "colors",
"symbol": "circle"
},
{
"format": "{#1}{#keys}╚══════════════════════════════════════════════════════════════════════╝",
"type": "custom"
}
]
}