78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||
|
|
"logo": {
|
||
|
|
"type": "small"
|
||
|
|
},
|
||
|
|
"display": {
|
||
|
|
"separator": " ",
|
||
|
|
"color": {
|
||
|
|
"keys": "white"
|
||
|
|
},
|
||
|
|
"size": {
|
||
|
|
"ndigits": 1,
|
||
|
|
"maxPrefix": "GB"
|
||
|
|
},
|
||
|
|
"key": {
|
||
|
|
"type": "icon"
|
||
|
|
},
|
||
|
|
"bar": {
|
||
|
|
"charelapsed": "=",
|
||
|
|
"chartotal": "-",
|
||
|
|
"width": 14
|
||
|
|
},
|
||
|
|
"percent": {
|
||
|
|
"type": 2
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"modules": [
|
||
|
|
{
|
||
|
|
"type": "title",
|
||
|
|
"color": {
|
||
|
|
"user": "green",
|
||
|
|
"at": "red",
|
||
|
|
"host": "blue"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "os",
|
||
|
|
"keyIcon": "╭─",
|
||
|
|
"keyColor": "blue"
|
||
|
|
},
|
||
|
|
// {
|
||
|
|
// "type": "kernel",
|
||
|
|
// "keyIcon": "├─",
|
||
|
|
// "keyColor": "blue"
|
||
|
|
// },
|
||
|
|
{
|
||
|
|
"type": "memory",
|
||
|
|
"keyIcon": "├─",
|
||
|
|
"keyColor": "blue"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "packages",
|
||
|
|
"keyIcon": "├─",
|
||
|
|
"keyColor": "red"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "uptime",
|
||
|
|
"keyIcon": "├─",
|
||
|
|
"keyColor": "red"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"keyIcon": "Weather",
|
||
|
|
"keyType": "string",
|
||
|
|
"keyColor": "green",
|
||
|
|
"type": "command",
|
||
|
|
"keyIcon": "├─${CONDITION}",
|
||
|
|
"text": "cat /tmp/wttr.in | tail -n +2 | xargs",
|
||
|
|
"paddingLeft": -1
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "colors",
|
||
|
|
"key": "Colors", // For printing icon
|
||
|
|
"keyIcon": "╰─",
|
||
|
|
"symbol": "circle"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|