mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
28 lines
484 B
JSON
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"
|
|
]
|
|
}
|