diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc index c8b1162..f53ebea 100644 --- a/fastfetch/config.jsonc +++ b/fastfetch/config.jsonc @@ -1,8 +1,8 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { - "source": "/home/lusia/.config/fastfetch/logo.jpg", - "type": "kitty", + "source": "/home/lusia/.config/fastfetch/logo.png", + "type": "kitty-direct", "width": 22, "height": 11 }, diff --git a/fastfetch/logo.jpg b/fastfetch/logo.jpg deleted file mode 100644 index dfdd931..0000000 Binary files a/fastfetch/logo.jpg and /dev/null differ diff --git a/fastfetch/logo.png b/fastfetch/logo.png new file mode 100644 index 0000000..a1ff0dd Binary files /dev/null and b/fastfetch/logo.png differ