diff options
Diffstat (limited to 'presets/ci.jsonc')
| -rw-r--r-- | presets/ci.jsonc | 120 |
1 files changed, 120 insertions, 0 deletions
diff --git a/presets/ci.jsonc b/presets/ci.jsonc new file mode 100644 index 0000000..52eb9b4 --- /dev/null +++ b/presets/ci.jsonc @@ -0,0 +1,120 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "display": { + "stat": true, + "pipe": true, + "showErrors": true, + "noBuffer": true + }, + "logo": null, + "modules": [ + "title", + "separator", + "os", + "host", + "bios", + "bootmgr", + "board", + "chassis", + "kernel", + "initsystem", + "uptime", + "loadavg", + "processes", + "packages", + "shell", + "editor", + "display", + "brightness", + "monitor", + "lm", + "de", + "wm", + "wmtheme", + "theme", + "icons", + "font", + "cursor", + "wallpaper", + "terminal", + "terminalfont", + "terminalsize", + "terminaltheme", + { + "type": "cpu", + "showPeCoreCount": true, + "temp": true + }, + "cpucache", + "cpuusage", + { + "type": "gpu", + "driverSpecific": true, + "temp": true + }, + { + "type": "codec", + "splitGPU": true + }, + "memory", + "physicalmemory", + { + "type": "swap", + "separate": true + }, + "disk", + "btrfs", + "zpool", + { + "type": "battery", + "temp": true + }, + "poweradapter", + "player", + "media", + { + "type": "publicip", + "timeout": 1000 + }, + { + "type": "localip", + "showIpv6": true, + "showMac": true, + "showSpeed": true, + "showMtu": true, + "showLoop": true, + "showFlags": true, + "showAllIps": true + }, + "dns", + "wifi", + "datetime", + "locale", + "vulkan", + "opengl", + "opencl", + "users", + // "bluetooth", // doesn't work on macOS because it requires bluetooth permissions + // "bluetoothradio", + "sound", + "camera", + "gamepad", + "mouse", + "keyboard", + { + "type": "weather", + "timeout": 1000 + }, + "netio", + "diskio", + { + "type": "physicaldisk", + "temp": true + }, + "tpm", + "version", + "logo", + "break", + "colors" + ] +} |