From 29b0e6277effdc9e0b5fb43e054835001d1a7576 Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Sat, 4 May 2024 16:50:44 -0500 Subject: [PATCH] add fastfetch --- fastfetch/config.jsonc | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 fastfetch/config.jsonc diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc new file mode 100644 index 0000000..87a8391 --- /dev/null +++ b/fastfetch/config.jsonc @@ -0,0 +1,34 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "packages", + "shell", + "display", + "de", + "wm", + "wmtheme", + "theme", + "icons", + "font", + "cursor", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", +// "swap", +// "disk", +// "localip", + "battery", + "poweradapter", + // "locale", + "break", + "colors" + ] +}