rename minimal.jsonc to config.jsonc and change logo color

This commit is contained in:
Seymur Bagirov 2024-02-08 23:29:37 +04:00
parent c6e9930057
commit b39ef29071

View File

@ -1,7 +1,10 @@
{ {
"$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": {
"type": "small" "source": "opensuse_tumbleweed_small",
"color": {
"1": "green"
}
}, },
"display": { "display": {
"separator": " ", "separator": " ",
@ -48,6 +51,11 @@
"type": "wm", "type": "wm",
"key": "├─" "key": "├─"
}, },
// {
// "type": "custom",
// "key": "╰─",
// "format": "\u001b[31m███\u001b[32m███\u001b[33m███\u001b[34m███\u001b[35m███\u001b[36m███"
// }
{ {
"type": "media", "type": "media",
"key": "╰─" "key": "╰─"