mirror of
https://github.com/szymon-jozef/amazing-dotfiles.git
synced 2026-09-07 12:10:45 +02:00
27 lines
506 B
JSON
27 lines
506 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"source": "arch_small",
|
|
"padding": {
|
|
"bottom": 1,
|
|
}
|
|
},
|
|
"display": {
|
|
"separator": " ➜ ",
|
|
},
|
|
"modules": [
|
|
"title",
|
|
"kernel",
|
|
"packages",
|
|
"shell",
|
|
"battery",
|
|
{
|
|
"type": "separator",
|
|
"string": " • ",
|
|
},
|
|
"break",
|
|
"break",
|
|
"break"
|
|
]
|
|
}
|