From cd0bdc50c93267f8a0e39e66299dd2e18a631b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Sun, 17 Nov 2024 16:09:47 -0300 Subject: [PATCH] :sparkles: feat(fastfetch): add my cool fastfetch config :heart: --- fastfetch/config.jsonc | 64 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 fastfetch/config.jsonc diff --git a/fastfetch/config.jsonc b/fastfetch/config.jsonc new file mode 100644 index 0000000..632ae15 --- /dev/null +++ b/fastfetch/config.jsonc @@ -0,0 +1,64 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "padding": { + "top": 3, + "bottom": 3, + "left": 1 + }, + "type": "small", + "width": 32 + }, + "general": {}, + "modules": [ + "title", + "separator", + { + "type": "command", + "key": "󰌽 ", + "shell": "/bin/sh", + "param": "-c", + "text": "DISTRO_NAME=$(uname -n); echo \"${DISTRO_NAME^} $(uname -r)\"", + "format": "{1}" + }, + { + "type": "uptime", + "key": " " + }, + { + "type": "packages", + "key": " " + }, + { + "type": "shell", + "key": " " + }, + { + "type": "wm", + "key": " " + }, + { + "type": "terminal", + "key": " " + }, + { + "type": "cpu", + "key": " " + }, + { + "type": "gpu", + "key": "󰹑 " + }, + { + "type": "memory", + "key": " " + }, + { + "type": "disk", + "key": " " + }, + "battery", + "break", + "colors" + ] +}