Created
April 25, 2024 16:15
-
-
Save shellheim/e7f435b0f9044f3ba7e9a5314a0c841d to your computer and use it in GitHub Desktop.
Fastfetch config
This file contains 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/dev/doc/json_schema.json", | |
"modules": [ | |
"title", | |
"separator", | |
{ | |
"type": "os", | |
"key": " " | |
}, | |
{ | |
"type": "kernel", | |
"key": " " | |
}, | |
{ | |
"type": "uptime", | |
"key": " " | |
}, | |
{ | |
"type": "shell", | |
"key": " " | |
}, | |
{ | |
"type": "de", | |
"key": " " | |
}, | |
{ | |
"type": "theme", | |
"key": " " | |
}, | |
{ | |
"type": "icons", | |
"key": " " | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment