fastfetch: init
This commit is contained in:
parent
28f4b4ade3
commit
5c702dfa68
2 changed files with 78 additions and 0 deletions
64
stow/.config/fastfetch/config.jsonc
Normal file
64
stow/.config/fastfetch/config.jsonc
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
{
|
||||
"logo": {
|
||||
"source": "$HOME/.config/fastfetch/ascii.txt",
|
||||
"padding": {
|
||||
"top": 2,
|
||||
"right": 6
|
||||
}
|
||||
},
|
||||
"display": {
|
||||
"separator": " "
|
||||
},
|
||||
"modules": [
|
||||
"break",
|
||||
"break",
|
||||
{
|
||||
"type": "title",
|
||||
"keyWidth": 10
|
||||
},
|
||||
"break",
|
||||
{
|
||||
"type": "os",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "kernel",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "packages",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "shell",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "terminal",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "wm",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "uptime",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
{
|
||||
"type": "media",
|
||||
"key": " ",
|
||||
"keyColor": "33",
|
||||
},
|
||||
"break",
|
||||
"colors",
|
||||
"break",
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue