From 13ff370cba695915cdd0e3dab8bf5d67d738ed91 Mon Sep 17 00:00:00 2001 From: Skullheadx Date: Mon, 22 Jun 2026 23:46:10 -0400 Subject: fastfetch --- dotfiles/fastfetch/config.jsonc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 dotfiles/fastfetch/config.jsonc (limited to 'dotfiles/fastfetch') diff --git a/dotfiles/fastfetch/config.jsonc b/dotfiles/fastfetch/config.jsonc new file mode 100644 index 0000000..65cce74 --- /dev/null +++ b/dotfiles/fastfetch/config.jsonc @@ -0,0 +1,35 @@ +{ + "logo": { + "padding": { + "right": 1 + } + }, + "modules": [ + "title", + "separator", + "os", + "host", + "kernel", + "uptime", + "datetime", + "packages", + "shell", + "display", + "de", + "wm", + "theme", + "icons", + "terminal", + "terminalfont", + "cpu", + "gpu", + "memory", + "swap", + "disk", + "battery", + "poweradapter", + "font", + "cursor", + "colors" + ] +} -- cgit v1.3.1