diff options
| author | JackJ30 <jackqjamison@proton.me> | 2024-11-08 13:10:20 -0500 |
|---|---|---|
| committer | JackJ30 <jackqjamison@proton.me> | 2024-11-08 13:10:20 -0500 |
| commit | ddd43ed96249932652c7427dbdbbac92e5ef49ed (patch) | |
| tree | e16ab66261797c06580679daffc13ef1b6ffd0cb /.config/fastfetch/config.jsonc | |
| parent | 56e7ff4771761e1a75a8ac59f1632a9d550fda1b (diff) | |
keybind and fastfetch
Diffstat (limited to '.config/fastfetch/config.jsonc')
| -rw-r--r-- | .config/fastfetch/config.jsonc | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..52344a9 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,33 @@ +{ + "$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", + "battery", + "poweradapter", + "locale", + "break", + "colors" + ] +} |
