-
Read the FAQ first
Descriptioni was just want the text/module part to be on the same level as the image Version usedfastfetch 2.56.1 (x86_64) Bug prevalenceAlways RegressionNot sure InstallationPackage manager Package managerpacman Screenshots
Configuration{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/xero.jpg",
"type": "raw",
"height": 15,
"width": 30,
"padding": {
"up": 400,
"right": 30,
}
},
"modules": [
{
"type": "custom",
"format": "\u001b[32m┌──────────────────Hardware──────────────────┐"
},
{
"type": "host",
"key": " PC",
"keyColor": "magenta"
},
{
"type": "cpu",
"key": " ├ ",
"format": "{1}",
"showPeCoreCount": true,
"keyColor": "magenta"
},
{
"type": "gpu",
"key": " ├ ",
"format": "{2}",
"keyColor": "magenta"
},
{
"type": "memory",
"key": " ├ ",
"keyColor": "magenta"
},
{
"type": "disk",
"key": " ├ ",
"format": "{mountpoint}: {size-used} / {size-total}",
"keyColor": "magenta"
},
{
"type": "custom",
"format": "\u001b[32m├──────────────────Software──────────────────┤"
},
{
"type": "os",
"key": " OS",
"keyColor": "blue"
},
{
"type": "kernel",
"key": " ├ ",
"keyColor": "cyan"
},
{
"type": "packages",
"key": " ├ ",
"keyColor": "cyan"
},
{
"type": "shell",
"key": " ├ ",
"keyColor": "cyan"
},
{
"type": "de",
"key": " DE",
"keyColor": "cyan"
},
{
"type": "wm",
"key": " ├ ",
"keyColor": "cyan"
},
{
"type": "custom",
"format": "\u001b[32m├────────────────Uptime / Age────────────────┤"
},
{
"type": "command",
"key": " OS Age ",
"keyColor": "magenta",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
{
"type": "uptime",
"key": " Uptime ",
"keyColor": "magenta"
},
{
"type": "battery",
"key": " Battery ",
"keyColor": "magenta"
},
{
"type": "custom",
"format": "\u001b[32m└────────────────────────────────────────────┘"
},
{
"type": "custom",
"format": "\u001b[90m \u001b[31m \u001b[32m \u001b[33m \u001b[34m \u001b[35m \u001b[36m \u001b[37m "
}
]
}Image protocolsixel Terminalfoot Image triedhttps://codeberg.org/Wateir/dot2/src/branch/main/fastfetch/foot/xero.jpg# since the text is too long for it, a link to it Error messagefastfetch -s none --show-errors
Features built-in |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
Hello. When you use |
Beta Was this translation helpful? Give feedback.
-
|
dont use |
Beta Was this translation helpful? Give feedback.
-
Okay i have play with Is this information somewhere i have miss ? |
Beta Was this translation helpful? Give feedback.
-
|
Clarified in https://github.com/fastfetch-cli/fastfetch/wiki/Logo-options#raw |
Beta Was this translation helpful? Give feedback.


Hello. When you use
rawlogo type,logo.widthandlogo.heightmust be set to the size of your logo actually is. You should neither makelogo.heightlarger, or removelogo.height.