summaryrefslogtreecommitdiffstats
path: root/presets/all.jsonc
diff options
context:
space:
mode:
authorsumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
committersumuel <samuel@yakubos.org>2026-08-17 20:44:55 +0000
commit76424950e373d3b04ac3dd13019151bfba3e8423 (patch)
tree4c3cfdbda039e592b9186be3e28f8d7cfd439e8a /presets/all.jsonc
Add the files
Diffstat (limited to 'presets/all.jsonc')
-rw-r--r--presets/all.jsonc117
1 files changed, 117 insertions, 0 deletions
diff --git a/presets/all.jsonc b/presets/all.jsonc
new file mode 100644
index 0000000..c9f9516
--- /dev/null
+++ b/presets/all.jsonc
@@ -0,0 +1,117 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "padding": {
+ "top": 2
+ }
+ },
+ "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",
+ "bluetoothradio",
+ "sound",
+ "camera",
+ "gamepad",
+ "mouse",
+ "keyboard",
+ {
+ "type": "weather",
+ "timeout": 1000
+ },
+ "netio",
+ "diskio",
+ {
+ "type": "physicaldisk",
+ "temp": true
+ },
+ "tpm",
+ "version",
+ "break",
+ "colors"
+ ]
+}