diff --git a/programs b/programs index fa68a60..7cc45a9 100644 --- a/programs +++ b/programs @@ -105,7 +105,7 @@ nss-mdns python-pynvim xorg-xinput xorg-xbacklight -neofetch +fastfetch cloc aerc diff --git a/src/dot_config/private_fastfetch/private_config.jsonc b/src/dot_config/private_fastfetch/private_config.jsonc new file mode 100644 index 0000000..69e4a55 --- /dev/null +++ b/src/dot_config/private_fastfetch/private_config.jsonc @@ -0,0 +1,42 @@ +{ + "$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json", + "logo": { + // "type": "small", + "padding": { + "left": 1, + }, + }, + "display": { + "separator": " ", + }, + "modules": [ + "title", + "separator", + { + "type": "os", + "key": "os", + }, + { + "type": "packages", + "key": "pk", + }, + { + "type": "shell", + "key": "sh", + }, + { + "type": "wm", + "key": "wm", + }, + { + "type": "terminal", + "key": "tm", + }, + "break", + { + "type": "colors", + "symbol": "square", + }, + "break", + ] +}