70 lines
1.7 KiB
JSON
70 lines
1.7 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||
|
|
"display": {
|
||
|
|
"separator": " ",
|
||
|
|
"constants": [
|
||
|
|
"────────────────────────" // {$1}, used in Custom module
|
||
|
|
],
|
||
|
|
"key": {
|
||
|
|
"type": "icon",
|
||
|
|
"paddingLeft": 2
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"modules": [
|
||
|
|
{
|
||
|
|
"type": "colors",
|
||
|
|
"symbol": "circle",
|
||
|
|
"paddingLeft": 23,
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "custom", // HardwareStart
|
||
|
|
// {#1} is equivalent to `\u001b[1m`. {#} is equivalent to `\u001b[m`
|
||
|
|
"format": "┌{$1} {#1}Hardware{#} {$1}┐"
|
||
|
|
},
|
||
|
|
"host",
|
||
|
|
"cpu",
|
||
|
|
"gpu",
|
||
|
|
"disk",
|
||
|
|
"memory",
|
||
|
|
"display",
|
||
|
|
"brightness",
|
||
|
|
"battery",
|
||
|
|
"poweradapter",
|
||
|
|
"bluetooth",
|
||
|
|
"sound",
|
||
|
|
"gamepad",
|
||
|
|
{
|
||
|
|
"type": "custom", // SoftwareStart
|
||
|
|
"format": "├{$1} {#1}Software{#} {$1}┤"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "title",
|
||
|
|
"keyIcon": "",
|
||
|
|
"key": "Title", // Title module has no key by default, so that icon is not displayed
|
||
|
|
"format": "{user-name}@{host-name}"
|
||
|
|
},
|
||
|
|
"os",
|
||
|
|
"kernel",
|
||
|
|
"lm",
|
||
|
|
"de",
|
||
|
|
"wm",
|
||
|
|
"shell",
|
||
|
|
"terminal",
|
||
|
|
"terminalfont",
|
||
|
|
"theme",
|
||
|
|
"icons",
|
||
|
|
"wallpaper",
|
||
|
|
"packages",
|
||
|
|
"uptime",
|
||
|
|
{
|
||
|
|
"type": "custom", // InformationEnd
|
||
|
|
"format": "└{$1}──────────{$1}┘"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "colors",
|
||
|
|
"symbol": "circle",
|
||
|
|
"paddingLeft": 23,
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|