diff options
| author | silly <u65487754@gmail.com> | 2026-03-01 07:38:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-01 07:38:58 +0100 |
| commit | 1da225ed1aa2dcaeba5c50cc15835a831d48ddc5 (patch) | |
| tree | 78ac167d41bd39ddb74e7df16a35a4dc07e453fd /.config/fastfetch/config.jsonc | |
| parent | 7e0f9963d8930e9ff9ab61225d1dce25d8f6ba8a (diff) | |
Create config.jsonc
Diffstat (limited to '.config/fastfetch/config.jsonc')
| -rw-r--r-- | .config/fastfetch/config.jsonc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..a61665b --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,14 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "none", + "type": "builtin", + }, + "display": { + "separator": ": ", + "key": { + "width": 11, + }, + }, + "modules": ["os", "kernel", "uptime", "shell", "terminal", "cpu", "memory"], +} |
