diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-08-18 18:46:14 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | a5a1cdc110603b74c05eccb27e338791fbaa1d8a (patch) | |
| tree | 7c6d850a68473ab5ad916dd849459f84db27186e /config/fastfetch | |
| parent | bc3513f9dab86998f0a2d8bc8f0092326443d392 (diff) | |
Add documentation to fastfetch config
Signed-off-by: Don Williams <don.e.williams@gmail.com>
Diffstat (limited to 'config/fastfetch')
| -rw-r--r-- | config/fastfetch/config.jsonc | 6 |
1 files changed, 5 insertions, 1 deletions
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, |
