mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
rename minimal.jsonc to config.jsonc and change logo color
This commit is contained in:
parent
c6e9930057
commit
b39ef29071
@ -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": "╰─"
|
Loading…
Reference in New Issue
Block a user