From 131e01f35b7dc2395d39eef3afa2287cea9733cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Mon, 13 May 2024 16:43:24 +0800 Subject: [PATCH] Presets: add archey Ref: https://github.com/HorlogeSkynet/archey4 --- presets/archey.jsonc | 80 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 presets/archey.jsonc diff --git a/presets/archey.jsonc b/presets/archey.jsonc new file mode 100644 index 000000000..e2cd8a3c9 --- /dev/null +++ b/presets/archey.jsonc @@ -0,0 +1,80 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + { + "type": "title", + "key": "User", + "format": "{1}" + }, + { + "type": "title", + "key": "Hostname", + "format": "{2}" + }, + { + "type": "host", + "key": "Model" + }, + { + "type": "os", + "format": "{3} {9} {12}" + }, + "kernel", + "uptime", + { + "type": "loadavg", + "key": "Load Average" + }, + "processes", + { + "type": "wm", + "key": "Window Manager" + }, + { + "type": "de", + "key": "Desktop Environment" + }, + { + "type": "shell", + "format": "{7}" + }, + { + "type": "terminal", + "format": "{5} {6} \u001b[31m█\u001b[91m█ \u001b[32m█\u001b[92m█ \u001b[33m█\u001b[93m█ \u001b[34m█\u001b[94m█ \u001b[35m█\u001b[95m█ \u001b[36m█\u001b[96m█" + }, + { + "type": "packages", + "format": "{1}" + }, + { + "type": "cpu", + "key": "Temperature", + "temp": true, + "format": "{8}" + }, + { + "type": "cpu", + "key": "CPU", + "format": "{4} x {1}" + }, + { + "type": "gpu", + "format": "{2}" + }, + { + "type": "memory", + "key": "RAM" + }, + { + "type": "disk", + "key": "Disk", + "folders": "/" + }, + { + "type": "localip", + "key": "LAN IP", + "showIpv6": true, + "showPrefixLen": false + } + ] +}