Some Logos for wallpapers, Fastfetch and Gnome Background Logo Extension

Here you go :smiley:
You’ll need to change the path to your image. You can adjust the size of it by tweaking the height and “top”. The image will work in Konsole or Kitty terminal.

{
  "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
  "logo": {
        "source": "/home/jon/Pictures/EnOS Fastfetch Logos/EnOS PlasMonLogo Vertical.png",
        "type": "kitty",
        "height": 24,
        "padding": {
            "top": 2
           }
         },
  "modules": [
    "title",
    "separator",
    "os",
    "host",
    "kernel",
    "uptime",
    "packages",
    "shell",
    "display",
    "de",
    "wm",
    "wmtheme",
    "theme",
    "icons",
    "font",
    "cursor",
    "terminal",
    "terminalfont",
    "cpu",
    "gpu",
    "memory",
    "swap",
    "disk",
    "localip",
    "battery",
    "poweradapter",
    "locale",
    "break",
    "colors"
  ]
}

Or… if you want a different layout there are lots of examples posted in this thread

3 Likes