125 lines
2.7 KiB
JSON
125 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/doc/json_schema.json",
|
|
"logo": {
|
|
"type": "kitty",
|
|
//"source": "/home/shorin/Pictures/picture.png",
|
|
"width": 25,
|
|
// "height":20,
|
|
"padding": {
|
|
"top": 1, // Top padding
|
|
"left": 2, // Left padding
|
|
"right": 2 // Right padding
|
|
},
|
|
},
|
|
"display": {
|
|
"separator": " ", // Separator between keys and values
|
|
"color": {
|
|
//"keys": "#b7c9d9", // Key color module名字的颜色
|
|
"title": "#c1c7ce", // Title color 主机名的颜色
|
|
"output": "#c1c7ce"
|
|
},
|
|
},
|
|
"modules": [
|
|
"break",
|
|
{
|
|
"type": "os", //这是哪个module
|
|
"key": "OS", //module名字的显示
|
|
// "keyColor": "#00ff00", //module名字颜色
|
|
// "format": "{name} {version}", //具体内容
|
|
"keyColor": "#96cdf8",
|
|
|
|
},
|
|
{
|
|
"type": "kernel",
|
|
"key": " ├ KER ",
|
|
"keyColor": "#96cdf8",
|
|
|
|
},
|
|
{
|
|
"type": "packages",
|
|
"key": " ├ PAK ",
|
|
"format": "{all}",
|
|
"keyColor": "#96cdf8",
|
|
},
|
|
{
|
|
"type": "title",
|
|
"key": " └ USR ",
|
|
"keyColor": "#96cdf8",
|
|
},
|
|
"break",
|
|
"break",
|
|
{
|
|
"type": "wm",
|
|
"key": "WM",
|
|
"keyColor": "#cfc0e8",
|
|
},
|
|
{
|
|
"type": "de",
|
|
"key": " ├ DES ",
|
|
"keyColor": "#cfc0e8",
|
|
//"outputColor": "#cfc0e8"
|
|
},
|
|
{
|
|
"type": "shell",
|
|
"key": " ├ SHE ",
|
|
"keyColor": "#cfc0e8",
|
|
//"outputColor": "#cfc0e8"
|
|
},
|
|
{
|
|
"type": "terminal",
|
|
"key": " ├ TER ",
|
|
"keyColor": "#cfc0e8",
|
|
//"outputColor": "#cfc0e8"
|
|
},
|
|
{
|
|
"type": "terminalfont",
|
|
"key": " └ TFO ",
|
|
"keyColor": "#cfc0e8",
|
|
//"outputColor": "#cfc0e8"
|
|
},
|
|
"break",
|
|
"break",
|
|
{
|
|
"type": "host",
|
|
"key": "PC ",
|
|
"keyColor": "#d3e5f5",
|
|
//"outputColor": "#b7c9d9"
|
|
},
|
|
{
|
|
"type": "cpu",
|
|
"key": " ├ CPU ",
|
|
"keyColor": "#d3e5f5",
|
|
//"outputColor": "#b7c9d9"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"key": " ├ MEM ",
|
|
"keyColor": "#d3e5f5",
|
|
//"outputColor": "#b7c9d9"
|
|
},
|
|
{
|
|
"type": "gpu",
|
|
"key": " ├ GPU ",
|
|
"format": "{1} {2}",
|
|
"keyColor": "#d3e5f5",
|
|
//"outputColor": "#b7c9d9"
|
|
},
|
|
{
|
|
"type": "display",
|
|
"key": " ├ MON ",
|
|
"format": "{name} {width}x{height}@{refresh-rate} ",
|
|
"keyColor": "#d3e5f5",
|
|
//"outputColor": "#b7c9d9"
|
|
},
|
|
{
|
|
"type": "disk",
|
|
"key": " └ DIS ",
|
|
"keyColor": "#d3e5f5",
|
|
//"outputColor": "#b7c9d9"
|
|
},
|
|
"break",
|
|
"break",
|
|
"colors"
|
|
]
|
|
}
|