diff options
| author | silly <u65487754@gmail.com> | 2026-03-01 08:55:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-01 08:55:38 +0100 |
| commit | f773e9f0789d9b546b0f9b716872993d4b384f54 (patch) | |
| tree | 61e186bc522f21459bd098cee474c290fbf42787 /.config | |
| parent | 1da225ed1aa2dcaeba5c50cc15835a831d48ddc5 (diff) | |
Update config.jsonc
Diffstat (limited to '.config')
| -rw-r--r-- | .config/fastfetch/config.jsonc | 40 |
1 files changed, 39 insertions, 1 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc index a61665b..5c024f8 100644 --- a/.config/fastfetch/config.jsonc +++ b/.config/fastfetch/config.jsonc @@ -4,11 +4,49 @@ "source": "none", "type": "builtin", }, + "display": { "separator": ": ", "key": { "width": 11, }, }, - "modules": ["os", "kernel", "uptime", "shell", "terminal", "cpu", "memory"], + + "modules": [ + { + "type": "kernel", + "key": "kernel", + "keyColor": "red", + }, + { + "type": "wm", + "key": "wm", + "keyColor": "red", + }, + { + "type": "uptime", + "key": "uptime", + "keyColor": "red", + }, + { + "type": "shell", + "key": "shell", + "keyColor": "red", + }, + { + "type": "terminal", + "key": "terminal", + "keyColor": "red", + }, + { + "type": "cpu", + "key": "cpu", + "keyColor": "red", + }, + { + "type": "memory", + "key": "memory", + "keyColor": "red", + }, + ], } |
