diff --git a/.config/fastfetch/fastfetch.jsonc b/.config/fastfetch/fastfetch.jsonc index e8b1e23..742f5c3 100644 --- a/.config/fastfetch/fastfetch.jsonc +++ b/.config/fastfetch/fastfetch.jsonc @@ -1,66 +1,68 @@ -{ "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", "logo": { "type": "small", "position": "top", - "padding": { - "top": 1, - "bottom": 0 - } + "padding": { "top": 1, "bottom": 0 } }, "display": { "separator": " -> ", - "color": { - "separator": "1" - }, - "key": { - "type": "both", - "paddingLeft": 0 - } + "key": { "type": "both" } }, "modules": [ { - "type": "custom", - "format": "┌───────── {#1}System Information{#} ─────────┐" + "type": "title", + "format": "┌───────────── \u001b[1;38;5;48m{user-name}\u001b[0;37m@\u001b[1;38;5;1m{host-name}\u001b[0m ────────────┐" }, { "type": "os", - "key": " OS ", - "keyColor": "red", + "key": "\u001b[38;5;1m OS ", + "keyColor": "reset_" }, { "type": "host", - "key": " Machine", - "keyColor": "green" - }, - { - "type": "kernel", - "key": " Kernel ", - "keyColor": "magenta" + "key": "\u001b[38;5;93m Machine", + "keyColor": "reset_" }, { "type": "uptime", - "key": " Uptime ", - "keyColor": "red" + "key": "\u001b[38;5;51m Uptime ", + "keyColor": "reset_" + }, + { + "type": "kernel", + "key": "\u001b[38;5;206m Kernel ", + "keyColor": "reset_" }, { "type": "shell", - "key": " Shell ", - "keyColor": "cyan" + "key": "\u001b[38;5;192m Shell ", + "keyColor": "reset_" }, { "type": "cpu", - "key": " CPU ", - "keyColor": "yellow" + "key": "\u001b[38;5;57m CPU ", + "keyColor": "reset_" + }, + { + "type": "disk", + "key": "\u001b[38;5;46m Disk ", + "keyColor": "reset_" }, { "type": "memory", - "key": " Memory ", - "keyColor": "magenta" + "key": "\u001b[38;5;119m Memory ", + "keyColor": "reset_" }, { "type": "swap", - "key": " Swap ", - "keyColor": "magenta" + "key": "\u001b[38;5;48m Swap ", + "keyColor": "reset_" + }, + { + "type": "localip", + "key": "\u001b[38;5;226m IP ", + "keyColor": "reset_" }, { "type": "custom",