From 0747da674a980f93e03d9bd1e62e99a7cdb1592f Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Wed, 3 Apr 2024 15:38:09 +0300 Subject: [PATCH] swapping to fastfetch --- config/fastfetch/config.jsonc | 40 +++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 config/fastfetch/config.jsonc diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc new file mode 100644 index 0000000..ae51ab0 --- /dev/null +++ b/config/fastfetch/config.jsonc @@ -0,0 +1,40 @@ +{ + "$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", + "disk", + "swap", + "battery", + "poweradapter", + "player", + "media", + { + "key": "Weather", + "type": "command", + "text": "weather" + }, + "locale", + "break", + "colors" + ] +}