diff options
Diffstat (limited to '.config/fastfetch')
| -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"], +} |
