diff --git a/.config/fastfetch/fastfetch.jsonc b/.config/fastfetch/fastfetch.jsonc new file mode 100644 index 0000000..e8b1e23 --- /dev/null +++ b/.config/fastfetch/fastfetch.jsonc @@ -0,0 +1,70 @@ +{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "type": "small", + "position": "top", + "padding": { + "top": 1, + "bottom": 0 + } + }, + "display": { + "separator": " -> ", + "color": { + "separator": "1" + }, + "key": { + "type": "both", + "paddingLeft": 0 + } + }, + "modules": [ + { + "type": "custom", + "format": "┌───────── {#1}System Information{#} ─────────┐" + }, + { + "type": "os", + "key": " OS ", + "keyColor": "red", + }, + { + "type": "host", + "key": " Machine", + "keyColor": "green" + }, + { + "type": "kernel", + "key": " Kernel ", + "keyColor": "magenta" + }, + { + "type": "uptime", + "key": " Uptime ", + "keyColor": "red" + }, + { + "type": "shell", + "key": " Shell ", + "keyColor": "cyan" + }, + { + "type": "cpu", + "key": " CPU ", + "keyColor": "yellow" + }, + { + "type": "memory", + "key": " Memory ", + "keyColor": "magenta" + }, + { + "type": "swap", + "key": " Swap ", + "keyColor": "magenta" + }, + { + "type": "custom", + "format": "└──────────────────────────────────────┘" + } + ] +} \ No newline at end of file