diff --git a/shell/.config/fastfetch/config.jsonc b/shell/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..d98590c --- /dev/null +++ b/shell/.config/fastfetch/config.jsonc @@ -0,0 +1,32 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "command-raw", + "source": "pokemon-colorscripts --no-title -rn lucario,riolu" + }, + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "display", + "de", + "wmtheme", + "theme", + "font", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "localip", + "battery", + "poweradapter" + ] +}