summaryrefslogtreecommitdiff
path: root/dotfiles/.config/fastfetch/config.jsonc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/.config/fastfetch/config.jsonc')
-rw-r--r--dotfiles/.config/fastfetch/config.jsonc33
1 files changed, 33 insertions, 0 deletions
diff --git a/dotfiles/.config/fastfetch/config.jsonc b/dotfiles/.config/fastfetch/config.jsonc
new file mode 100644
index 0000000..9000460
--- /dev/null
+++ b/dotfiles/.config/fastfetch/config.jsonc
@@ -0,0 +1,33 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/master/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",
+ "battery",
+ "poweradapter",
+ "locale",
+ "break",
+ "colors"
+ ]
+}