Skip to content

Commit 5f5d9c0

Browse files
committed
fix The problem with the logo in fastfetch #507
fix #507 ref #507
1 parent 4b6bd6e commit 5f5d9c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Configs/.config/fastfetch/config.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fastfetch --config hyde/*.jsonc
99
{
1010
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
1111
"logo": {
12-
"source": "$(fastfetch.sh logo)",
12+
"source": "\"$(fastfetch.sh logo)\"",
1313
"height": 18
1414
},
1515
"display": {
@@ -124,4 +124,4 @@ fastfetch --config hyde/*.jsonc
124124
},
125125
"break"
126126
]
127-
}
127+
}

0 commit comments

Comments
 (0)