Add fastfetch config
This commit is contained in:
parent
6323117f3e
commit
39be7dac0b
1
desktop/configs/fastfetch/.config/fastfetch/config.jsonc
Symbolic link
1
desktop/configs/fastfetch/.config/fastfetch/config.jsonc
Symbolic link
@ -0,0 +1 @@
|
||||
logo.jsonc
|
66
desktop/configs/fastfetch/.config/fastfetch/logo.jsonc
Normal file
66
desktop/configs/fastfetch/.config/fastfetch/logo.jsonc
Normal file
@ -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",
|
||||
],
|
||||
}
|
42
desktop/configs/fastfetch/.config/fastfetch/minimal.jsonc
Normal file
42
desktop/configs/fastfetch/.config/fastfetch/minimal.jsonc
Normal file
@ -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",
|
||||
],
|
||||
}
|
Loading…
Reference in New Issue
Block a user