dotfiles/config/fastfetch/config.org
2024-08-07 23:09:41 -05:00

1.7 KiB

Fastfetch Settings

Open a JSON object.

  {

Use a sixel image for the logo.

  "logo": {
      "type": "raw",
      "source": "~/.config/fastfetch/logo.sixel",
      "width": 40,
      "height": 19
  },

Two spaces between an item and its key.

  "display": {
        "separator": "  "
  },

Define the modules in the fastfetch display.

  "modules": [
    "title",
    {
        "type": "custom",
        "format": "──────────────────────────────────"
    },
    {
        "type": "os",
        "key": ""
    },
    {
        "type": "kernel",
        "key": "󰞸"
    },
    {
        "type": "uptime",
        "key": ""
    },
    {
        "type": "packages",
        "key": ""
    },
    {
        "type": "shell",
        "key": ""
    },
    {
        "type": "display",
        "key": "󰍹"
    },
    {
        "type": "wm",
        "key": ""
    },
    {
        "type": "terminal",
        "key": ""
    },
    {
        "type": "cpu",
        "key": ""
    },
    {
        "type": "gpu",
        "key": ""
    },
    {
        "type": "memory",
        "key": ""
    },
    {
        "type": "disk",
        "key": ""
    },
    {
        "type": "locale",
        "key": ""
    },
    "break",
    "colors"
  ]

Close the JSON object.

}