diff --git a/.config/fastfetch b/.config/fastfetch deleted file mode 120000 index 1205cd6..0000000 --- a/.config/fastfetch +++ /dev/null @@ -1 +0,0 @@ -/home/ted/.config/fastfetch/ \ No newline at end of file diff --git a/.config/fastfetch/mini.jsonc b/.config/fastfetch/mini.jsonc new file mode 100644 index 0000000..496c8d4 --- /dev/null +++ b/.config/fastfetch/mini.jsonc @@ -0,0 +1,15 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "os", + "localip", + "kernel", + "uptime", + "battery", + "memory", + ], + "logo": { + "type": "small", + } +}