diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..9a8b8c4 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,47 @@ +// Config for `fastfetch` +// +// See: https://github.com/fastfetch-cli/fastfetch + +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + + "logo": { + "type": "small", + "padding": { + "top": 1, + "right": 4 + } + }, + + "display": { + "separator": " ", + "key": { + "width": 12 + } + }, + + "modules": [ + "title", + "separator", + + "os", + "kernel", + "uptime", + "packages", + "shell", + + "break", + + "cpu", + "memory", + { + "type": "disk", + "folders": "/" + }, + "localip", + + "break", + + "colors" + ] +}