diff --git a/.config/fastfetch/config.jsonc b/.config/fastfetch/config.jsonc new file mode 100644 index 0000000..fa95803 --- /dev/null +++ b/.config/fastfetch/config.jsonc @@ -0,0 +1,43 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "display": { + "separator": " ", + "key": { + "type": "icon" + } + }, + "modules": [ + { "type": "title", "format": " {user-name-colored}  {host-name-colored}" }, + "separator", + { "type": "os", "keyIcon": "" }, + { "type": "host", "keyIcon": "" }, + { "type": "kernel", "keyIcon": "" }, + "break", + { "type": "cpu", "keyIcon": "" }, + { "type": "gpu", "keyIcon": "󰢮" }, + { "type": "display", "keyIcon": "󰍹" }, + { "type": "memory", "keyIcon": "" }, + { "type": "battery", "keyIcon": "" }, + { "type": "poweradapter", "keyIcon": "󰚥" }, + "break", + { "type": "swap", "keyIcon": "󰾶" }, + { "type": "disk", "keyIcon": "" }, + "break", + { "type": "localip", "keyIcon": "" }, + "break", + { "type": "packages", "keyIcon": "" }, + { "type": "shell", "keyIcon": "" }, + { "type": "terminal", "keyIcon": "" }, + "break", + { "type": "wm", "keyIcon": "" }, + { "type": "wmtheme", "keyIcon": "" }, + { "type": "theme", "keyIcon": "" }, + { "type": "icons", "keyIcon": "" }, + { "type": "font", "keyIcon": "" }, + { "type": "terminalfont", "keyIcon": "" }, + { "type": "cursor", "keyIcon": "󰇀" }, + { "type": "locale", "keyIcon": "" }, + "break", + "colors" + ] +}