summaryrefslogtreecommitdiff
path: root/.config/fastfetch/config.jsonc
diff options
context:
space:
mode:
authorsilly <u65487754@gmail.com>2026-03-01 07:38:58 +0100
committerGitHub <noreply@github.com>2026-03-01 07:38:58 +0100
commit1da225ed1aa2dcaeba5c50cc15835a831d48ddc5 (patch)
tree78ac167d41bd39ddb74e7df16a35a4dc07e453fd /.config/fastfetch/config.jsonc
parent7e0f9963d8930e9ff9ab61225d1dce25d8f6ba8a (diff)
Create config.jsonc
Diffstat (limited to '.config/fastfetch/config.jsonc')
-rw-r--r--.config/fastfetch/config.jsonc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc
new file mode 100644
index 0000000..a61665b
--- /dev/null
+++ b/.config/fastfetch/config.jsonc
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
+ "logo": {
+ "source": "none",
+ "type": "builtin",
+ },
+ "display": {
+ "separator": ": ",
+ "key": {
+ "width": 11,
+ },
+ },
+ "modules": ["os", "kernel", "uptime", "shell", "terminal", "cpu", "memory"],
+}