diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index 38a82cf..078fc4c 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -1,5 +1,4 @@ // 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", // "logo": { @@ -9,7 +8,7 @@ // "height": 12 // }, "display": { - // "separator": "  " + // "separator": "  " "separator": " " }, "modules": [ @@ -74,7 +73,6 @@ "keyColor": "green" }, "break", - { "type": "shell", "key": "╭─", @@ -115,7 +113,6 @@ "key": "╰─󰀻", "keyColor": "yellow" }, - "break", { "type": "title", @@ -158,8 +155,7 @@ "break", { "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󱓻 " } ] } -