From 1c8375908c86a8355e3e6f6796d3962985cab6fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=80=9A=E6=B4=B2?= Date: Wed, 21 Aug 2024 00:24:12 +0800 Subject: [PATCH] Presets: update examples/23.jsonc Close #1200 --- presets/examples/23.jsonc | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/presets/examples/23.jsonc b/presets/examples/23.jsonc index c075b741b..effc39a7b 100644 --- a/presets/examples/23.jsonc +++ b/presets/examples/23.jsonc @@ -11,45 +11,51 @@ }, "separator": "" }, - "modules": [ + "modules": [ { "type": "kernel", - "key": "Vanilla ", + "key": "[_Kernel___> ", "keyColor": "blue" }, { "type": "packages", + "outputColor": "white", "key": " [_Packages_> ", "keyColor": "green" }, { "type": "localip", + "outputColor": "white", "key": " [_Local_IP_> ", "keyColor": "green" }, - { - "type": "cpu", - "key": " [_CPU______> ", - "keyColor": "magenta" - }, { "type": "memory", + "format": "[{3}] {1} / {2}", "key": " [_RAM______> ", "keyColor": "magenta" }, { "type": "swap", + "format": "[{3}] {1} / {2}", "key": " [_SWAP_____> ", "keyColor": "magenta" }, { "type": "disk", + "format": "[{3}] {1} / {2} {9}", "key": " [_Disk_____> ", "keyColor": "magenta" }, + { + "type": "battery", + "format": "[{4}] {5}", + "key": " [_Battery__> ", + "keyColor": "magenta" + }, "break", { - "type":"colors", + "type": "colors", "paddingLeft": 9, "symbol": "circle" }