Files
superior_dotfiles/private_dot_config/fastfetch/startup.jsonc
2025-03-18 13:54:05 +01:00

28 lines
484 B
JSON

{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"source": "arch_small",
"height": 14,
"padding": {
"top": 1,
"bottom": 1,
}
},
"display": {
"separator" : " ➜ ",
},
"modules": [
"title",
"kernel",
"packages",
"shell",
"battery",
{
"type": "separator",
"string": " • ",
},
"break",
"break"
]
}