Use an editor to change your config file. It should be located in ~/.config/fastfetch/config.jsonc .
If you donβt have this config file you can create it with fastfetch --gen-config
To include an image in your Fastfetch configuration, simply provide the path to the image in the source field of the logo section.
Change this with your config file and edit to your preferences.
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "kitty-direct",
"source":"<change here>",
"width":25,
"height":15,
"padding":{
"left":1,
"top":3,
}
},
"display": {
"separator": "-> ",
"color": {
"separator": "1"
}
},
"modules": [
{
"type": "title",
"format": " {6}{7}{8}"
},
"break",
{
"type": "custom",
"format": "ββββββββββββββββββββββββββββββ {#1}System Information{#} ββββββββββββββββββββββββββββββ"
},
"break",
{
"key": " OS ",
"keyColor": "blue",
"type": "os"
},
{
"key": " σ°’ Machine ",
"keyColor": "green",
"type": "host"
},
{
"key": " ο Kernel ",
"keyColor": "magenta",
"type": "kernel"
},
{
"key": " σ°
Uptime ",
"keyColor": "red",
"type": "uptime"
},
{
"key": " ο Packages ",
"keyColor": "cyan",
"type": "packages",
},
{
"key": " σ°Ή Resolution ",
"keyColor": "yellow",
"type": "display",
"compactType": "original-with-refresh-rate"
},
{
"key": " ο WM ",
"keyColor": "blue",
"type": "wm"
},
{
"key": " ξΌ DE ",
"keyColor": "green",
"type": "de"
},
{
"key": " ο Shell ",
"keyColor": "cyan",
"type": "shell"
},
{
"key": " ξ Terminal ",
"keyColor": "red",
"type": "terminal"
},
{
"key": " σ°» CPU ",
"keyColor": "yellow",
"type": "cpu"
},
{
"key": " σ° GPU ",
"keyColor": "blue",
"type": "gpu"
},
{
"key": " σ° Memory ",
"keyColor": "magenta",
"type": "memory"
},
"break",
{
"type": "custom",
"format": "ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ"
},
"break",
{
"type": "colors",
"paddingLeft": 34,
"symbol": "circle"
}
]
}