fastfetch/presets/ci.jsonc

75 lines
1.1 KiB
JSON
Raw Normal View History

2023-11-16 18:49:27 +08:00
{
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"display": {
"stat": true,
"pipe": true,
"showErrors": true,
"noBuffer": true
},
"modules": [
"title",
"separator",
"os",
"host",
"bios",
"board",
"chassis",
"kernel",
"uptime",
"loadavg",
2023-11-16 18:49:27 +08:00
"processes",
"packages",
"shell",
"display",
"brightness",
"monitor",
"lm",
"de",
"wm",
"wmtheme",
"theme",
"icons",
"font",
"cursor",
"wallpaper",
"terminal",
"terminalfont",
"terminalsize",
2024-01-22 18:50:11 +08:00
"terminaltheme",
2023-11-16 18:49:27 +08:00
"cpu",
2023-12-08 10:58:11 +08:00
"cpuusage",
2023-11-16 18:49:27 +08:00
"gpu",
"memory",
"physicalmemory",
2023-11-16 18:49:27 +08:00
"swap",
"disk",
"battery",
"poweradapter",
"player",
"media",
"publicip",
"localip",
"wifi",
"datetime",
"locale",
"vulkan",
"opengl",
"opencl",
"users",
"bluetooth",
"sound",
2024-02-04 14:54:53 +08:00
"camera",
2023-11-16 18:49:27 +08:00
"gamepad",
{
"type": "weather",
"timeout": 1000
},
"netio",
"diskio",
2023-12-18 15:53:15 +08:00
"physicaldisk",
2023-11-16 18:49:27 +08:00
"version",
"break",
"colors"
]
}