fastfetch: replace neofetch
This commit is contained in:
parent
cd717c9cd4
commit
6b8b86c7c0
2
programs
2
programs
@ -105,7 +105,7 @@ nss-mdns
|
||||
python-pynvim
|
||||
xorg-xinput
|
||||
xorg-xbacklight
|
||||
neofetch
|
||||
fastfetch
|
||||
cloc
|
||||
|
||||
aerc
|
||||
|
42
src/dot_config/private_fastfetch/private_config.jsonc
Normal file
42
src/dot_config/private_fastfetch/private_config.jsonc
Normal 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",
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user