110 lines
3.2 KiB
JSON
110 lines
3.2 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
|
||
|
|
"display": {
|
||
|
|
"key": {
|
||
|
|
"width": 10
|
||
|
|
},
|
||
|
|
"separator": ""
|
||
|
|
},
|
||
|
|
"logo": {
|
||
|
|
"type": "auto",
|
||
|
|
"source": "~/.config/fastfetch/logos/bb-smaller.txt",
|
||
|
|
"color": {
|
||
|
|
"1": "#FF0000"
|
||
|
|
},
|
||
|
|
"padding": {
|
||
|
|
"top": 1,
|
||
|
|
"left": 1
|
||
|
|
}
|
||
|
|
},
|
||
|
|
"modules": [
|
||
|
|
"break",
|
||
|
|
{
|
||
|
|
"type": "os",
|
||
|
|
"key": " OS",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"format": "{name} {version-id}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "command",
|
||
|
|
"key": " KER",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"text": "echo $(uname -r | cut -d- -f1) $(uname -m)"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "packages",
|
||
|
|
"key": " PKG",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"format": "{all}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "localip",
|
||
|
|
"key": "{icon} IP",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"showIPv4": true,
|
||
|
|
"showPrefixLen": true
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "display",
|
||
|
|
"key": "{icon} DISP",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"compactType": "original-with-refresh-rate"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "memory",
|
||
|
|
"key": " RAM",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"format": "{used} / {total} ({percentage})"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "disk",
|
||
|
|
"key": " SSD",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"folders": "/",
|
||
|
|
"format": "{size-used} / {size-total} ({size-percentage})"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "battery",
|
||
|
|
"key": "{icon} BATT",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"percentage": {
|
||
|
|
"green": "70",
|
||
|
|
"yellow": "25"
|
||
|
|
},
|
||
|
|
"format": "{capacity} [{status}] {time-formatted} rem."
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "wm",
|
||
|
|
"key": "{icon} WM",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"format": "{pretty-name}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "terminal",
|
||
|
|
"key": " TERM",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"format": "{pretty-name}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "shell",
|
||
|
|
"key": " SH",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"format": "{pretty-name}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "uptime",
|
||
|
|
"keyColor": "#FF0000",
|
||
|
|
"key": " UP"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "custom",
|
||
|
|
"format": "{#1;38;2;255;0;0}COLORS {#1;38;2;0;0;0} {#1;38;2;255;0;0} {#1;38;2;0;128;0} {#1;38;2;128;128;0} {#1;38;2;0;0;255} {#1;38;2;128;0;128} {#1;38;2;0;128;128} {#1;38;2;255;255;255}"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "custom",
|
||
|
|
"format": " {#1;38;2;128;128;128} {#1;38;2;255;0;128} {#1;38;2;0;255;0} {#1;38;2;255;255;0} {#1;38;2;0;150;255} {#1;38;2;255;0;255} {#1;38;2;0;255;255} {#1;38;2;128;128;128}"
|
||
|
|
},
|
||
|
|
"break"
|
||
|
|
]
|
||
|
|
}
|