Update .config/fastfetch/config.jsonc

This commit is contained in:
2026-05-03 05:47:03 +00:00
parent a1d288f5ec
commit 2faf9d693c

View File

@@ -1,111 +1,134 @@
{ {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": { "logo": {
"source": "~/.config/fastfetch/ascii", "source": "~/.config/fastfetch/logos/logo4",
"color": { "color": {
"1": "38;2;255;209;220" "1": "38;2;255;209;220",
} },
}, },
"display": { "display": {
"separator": " " "separator": " : ",
}, },
"modules": [ "modules": [
"break", {
"break", "type": "custom",
"break", "format": "\u001b[1;31m \n",
"break", },
"break", {
"break", "type": "custom",
"break", "format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
},
{
"type": "title",
"format": " {user-name}@{host-name}",
},
{
"type": "custom",
"format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
},
{
"type": "custom",
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
},
{ {
"type": "os", "type": "os",
"key": " ", "key": "\u001b[1;32m- Distro ",
"keyColor": "38;2;152;255;152" // = color4 "keyColor": "green",
"showArchitecture": false,
}, },
{ {
"type": "kernel", "type": "kernel",
"key": " ", "key": "\u001b[1;32m- Kernel ",
"keyColor": "38;2;152;255;152" "keyColor": "green",
}, },
{ {
"type": "packages", "type": "packages",
"key": " ", "key": "\u001b[1;32m- Packages ",
"keyColor": "38;2;152;255;152" "keyColor": "green",
}, },
{ {
"type": "shell", "type": "shell",
"key": " ", "key": "\u001b[1;32m- Shell ",
"keyColor": "38;2;152;255;152" "keyColor": "green",
"showPath": false,
}, },
{ {
"type": "terminal", "type": "terminal",
"key": " ", "key": "\u001b[1;32m- Terminal ",
"keyColor": "38;2;152;255;152" "keyColor": "green",
}, },
{ {
"type": "wm", "type": "custom",
"key": "", "format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
"keyColor": "38;2;152;255;152" },
{
"type": "custom",
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
}, },
{ {
"type": "cursor", "type": "host",
"key": " ", "key": "\u001b[1;34m- Host ",
"keyColor": "38;2;152;255;152" "keyColor": "blue",
}, },
{ {
"type": "terminalfont", "type": "cpu",
"key": " ", "key": "\u001b[1;34m- CPU ",
"keyColor": "38;2;152;255;152" "keyColor": "blue",
"temp": false,
},
{
"type": "gpu",
"key": "\u001b[1;34m- GPU ",
"keyColor": "blue",
},
{
"type": "display",
"key": "\u001b[1;34m- Resolution ",
"keyColor": "blue",
},
{
"type": "custom",
"format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
},
{
"type": "custom",
"format": "\u001b[1;31m╭────────────────────────| |────────────────────────╮",
}, },
{ {
"type": "uptime", "type": "uptime",
"key": " ", "key": "\u001b[1;35m- Uptime ",
"keyColor": "38;2;152;255;152" "keyColor": "magenta",
}, },
{ {
"type": "datetime", "type": "cpuusage",
"format": "{1}-{3}-{11}", "key": "\u001b[1;35m- CPU Usage ",
"key": "", "keyColor": "magenta",
"keyColor": "38;2;152;255;152"
}, },
{ {
"type": "media", "type": "disk",
"key": "󰝚 ", "key": "\u001b[1;35m- Disk ",
"keyColor": "38;2;152;255;152" "keyColor": "magenta",
}, "folders": "/storage/emulated:/:/server",
{
"type": "player",
"key": " ",
"keyColor": "38;2;152;255;152"
},
{
"type": "CPU",
"key": "⚙ ",
"keyColor": "38;2;152;255;152"
},
{
"type": "GPU",
"key": " ",
"keyColor": "38;2;152;255;152"
}, },
{ {
"type": "memory", "type": "memory",
"key": "󰍛 ", "key": "\u001b[1;35m- Memory ",
"keyColor": "38;2;152;255;152" "keyColor": "magenta",
}, },
{ {
"type": "monitor", "type": "custom",
"key": "🖼 ", "format": "\u001b[1;31m╰────────────────────────| |────────────────────────╯",
"keyColor": "38;2;152;255;152"
}, },
"break",
"break", {
"break", "type": "colors",
"break", "paddingLeft": 0,
"break", "symbol": "block",
"break", },
"break", ],
"break",
"break"
]
} }