From a5a1cdc110603b74c05eccb27e338791fbaa1d8a Mon Sep 17 00:00:00 2001 From: Don Williams Date: Tue, 18 Aug 2026 18:46:14 -0400 Subject: Add documentation to fastfetch config Signed-off-by: Don Williams --- config/fastfetch/config.jsonc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index 4dc4c597..e5c509fa 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -1,10 +1,14 @@ { "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { + // To change to an image logo + // Uncomment the `//` on the lines from type to width // "type": "kitty", - // "source": "~/.config/fastfetch/ubuntu.png", + // "source": "~/.config/fastfetch/images/ubuntu.png", // "height": 10, // "width": 20, + // If using an image logo then comment out the next line "type": "small" + // Otherwise the image logo will not be displayed "type": "small", "padding": { "top": 3, -- cgit v1.2.3