mirror of
https://github.com/kristoferssolo/solorice.git
synced 2026-02-04 06:32:03 +00:00
41 lines
831 B
JSON
41 lines
831 B
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "small"
|
|
},
|
|
"display": {
|
|
"separator": "-> ",
|
|
"color": {
|
|
"separator": "red"
|
|
}
|
|
},
|
|
"modules": [
|
|
{
|
|
"key": "Distro ",
|
|
"type": "os"
|
|
},
|
|
{
|
|
"key": "Shell ",
|
|
"type": "shell"
|
|
},
|
|
{
|
|
"key": "Terminal ",
|
|
"type": "terminal"
|
|
},
|
|
{
|
|
"key": "Display ",
|
|
"type": "display"
|
|
},
|
|
{
|
|
"key": "Backlight ",
|
|
"type": "brightness"
|
|
},
|
|
"break",
|
|
{
|
|
"type": "colors",
|
|
"paddingLeft": 6,
|
|
"symbol": "circle"
|
|
}
|
|
]
|
|
}
|