diff options
Diffstat (limited to 'config')
| -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, |
