update: update fastfetch config

This commit is contained in:
Yingjie Wang 2024-07-29 01:28:09 -04:00
parent 67e2505545
commit 998a22b553

View File

@ -1,5 +1,4 @@
// Note that you must replace the image path to an existing image to display it. // Note that you must replace the image path to an existing image to display it.
{ {
"$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": {
@ -9,7 +8,7 @@
// "height": 12 // "height": 12
// }, // },
"display": { "display": {
// "separator": "  " // "separator": "  "
"separator": " " "separator": " "
}, },
"modules": [ "modules": [
@ -74,7 +73,6 @@
"keyColor": "green" "keyColor": "green"
}, },
"break", "break",
{ {
"type": "shell", "type": "shell",
"key": "╭─", "key": "╭─",
@ -115,7 +113,6 @@
"key": "╰─󰀻", "key": "╰─󰀻",
"keyColor": "yellow" "keyColor": "yellow"
}, },
"break", "break",
{ {
"type": "title", "type": "title",
@ -158,8 +155,7 @@
"break", "break",
{ {
"type": "custom", "type": "custom",
"format": " \u001b[90m󱓻 \u001b[31m󱓻 \u001b[32m󱓻 \u001b[33m󱓻 \u001b[34m󱓻 \u001b[35m󱓻 \u001b[36m󱓻 \u001b[37m󱓻 \u001b[38m󱓻 \u001b[39m󱓻" "format": " \u001b[90m󱓻 \u001b[31m󱓻 \u001b[32m󱓻 \u001b[33m󱓻 \u001b[34m󱓻 \u001b[35m󱓻 \u001b[36m󱓻 \u001b[37m󱓻 \u001b[38m󱓻 \u001b[39m󱓻 "
} }
] ]
} }