diff --git a/desktop/configs/fastfetch/.config/fastfetch/config.jsonc b/desktop/configs/fastfetch/.config/fastfetch/config.jsonc new file mode 120000 index 0000000..4a01c87 --- /dev/null +++ b/desktop/configs/fastfetch/.config/fastfetch/config.jsonc @@ -0,0 +1 @@ +logo.jsonc \ No newline at end of file diff --git a/desktop/configs/fastfetch/.config/fastfetch/logo.jsonc b/desktop/configs/fastfetch/.config/fastfetch/logo.jsonc new file mode 100644 index 0000000..a49753a --- /dev/null +++ b/desktop/configs/fastfetch/.config/fastfetch/logo.jsonc @@ -0,0 +1,66 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + "source": "~/pics/anime.jpg", + "type": "sixel", + "width": 30, + "padding": { + "top": 2, + "right": 6, + }, + }, + "display": { + "separator": " • ", + }, + "modules": [ + "break", + "break", + { + "type": "title", + "color": { + "user": "32", + "at": "37", + "host": "32", + }, + }, + "break", + { + "type": "os", + "key": "distribution ", + "keyColor": "33", + }, + { + "type": "kernel", + "key": "linux kernel ", + "keyColor": "33", + }, + { + "type": "packages", + "key": "packages ", + "keyColor": "33", + }, + { + "type": "shell", + "key": "unix shell ", + "keyColor": "33", + }, + { + "type": "terminal", + "key": "terminal ", + "keyColor": "33", + }, + { + "type": "wm", + "format": "{}", + "key": "window manager ", + "keyColor": "33", + }, + "break", + { + "type": "colors", + "symbol": "circle", + }, + "break", + "break", + ], +} diff --git a/desktop/configs/fastfetch/.config/fastfetch/minimal.jsonc b/desktop/configs/fastfetch/.config/fastfetch/minimal.jsonc new file mode 100644 index 0000000..155bd9e --- /dev/null +++ b/desktop/configs/fastfetch/.config/fastfetch/minimal.jsonc @@ -0,0 +1,42 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": null, + "display": { + "separator": " › ", + }, + "modules": [ + "break", + { + "type": "os", + "key": "OS ", + "keyColor": "31", + }, + { + "type": "kernel", + "key": "KER ", + "keyColor": "32", + }, + { + "type": "packages", + "key": "PKG ", + "keyColor": "33", + }, + { + "type": "shell", + "key": "SH ", + "keyColor": "34", + }, + { + "type": "terminal", + "key": "TER ", + "keyColor": "35", + }, + { + "type": "wm", + "format": "{}", + "key": "WM ", + "keyColor": "36", + }, + "break", + ], +}