Last active
February 22, 2026 03:23
-
-
Save xfgusta/84d400ae327b3d5dd7eae017c3d2ab90 to your computer and use it in GitHub Desktop.
Neofetch old "fedora_small" logo for fastfetch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
| { | |
| "$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" | |
| ] | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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