Skip to content

Instantly share code, notes, and snippets.

@xfgusta
Last active February 22, 2026 03:23
Show Gist options
  • Select an option

  • Save xfgusta/84d400ae327b3d5dd7eae017c3d2ab90 to your computer and use it in GitHub Desktop.

Select an option

Save xfgusta/84d400ae327b3d5dd7eae017c3d2ab90 to your computer and use it in GitHub Desktop.
Neofetch old "fedora_small" logo for fastfetch
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
"logo": {
"source": "~/.config/fastfetch/fedora_old_small.txt",
"color": {
"1": "blue",
"2": "white"
},
"padding": {
"top": 1
}
},
"modules": [
"title",
"separator",
{
"type": "os",
"format": "{name} {version-id}"
},
{
"type": "command",
"key": "kernel",
"text": "echo $(uname -r | cut -d'-' -f1) $(uname -m)"
},
{
"type": "uptime",
"format": "{?1}{1}d {?}{?2}{2}h {?}{3}m"
},
"packages",
{
"type": "cpu",
"format": "{1}"
},
{
"type": "gpu",
"format": "{1} {2}"
},
{
"type": "memory",
"format": "{1} / {2}"
},
"break"
]
}
$2 _____
/ __)$1\$2
| / $1\ \$2
$1__$2_| |_$1_/ /$2
$1/ $2(_ _)$1_/$2
$1/ /$2 | |
$1\ \$2__/ |
$1\$2(_____/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment