fastfetch: replace neofetch

This commit is contained in:
dogeystamp 2024-11-18 21:59:07 -05:00
parent cd717c9cd4
commit 6b8b86c7c0
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 43 additions and 1 deletions

View File

@ -105,7 +105,7 @@ nss-mdns
python-pynvim
xorg-xinput
xorg-xbacklight
neofetch
fastfetch
cloc
aerc

View File

@ -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",
]
}