fastfetch
This commit is contained in:
parent
f3d9c1d1e8
commit
333e757a62
4 changed files with 129 additions and 0 deletions
19
.config/fastfetch/ascii.txt
Normal file
19
.config/fastfetch/ascii.txt
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
_______
|
||||||
|
_jgN#######Ngg_
|
||||||
|
_N##N@@" "9NN##
|
||||||
|
d###P N###
|
||||||
|
f##P T###
|
||||||
|
"^^" ]###
|
||||||
|
#g####
|
||||||
|
_gN##@P
|
||||||
|
gN###F"
|
||||||
|
d####F
|
||||||
|
0###F
|
||||||
|
0###F
|
||||||
|
0###F
|
||||||
|
$NN3#
|
||||||
|
$NN#$
|
||||||
|
____
|
||||||
|
q###r
|
||||||
|
o###-
|
||||||
|
""^
|
16
.config/fastfetch/ascii.txt~
Normal file
16
.config/fastfetch/ascii.txt~
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
_igN########Ngg
|
||||||
|
_N##N@@"" ""9NN##Np_
|
||||||
|
d###P N####p
|
||||||
|
"^^' T####
|
||||||
|
d###P
|
||||||
|
g####P
|
||||||
|
_gN##@PP
|
||||||
|
gN###F"
|
||||||
|
d####F
|
||||||
|
0###F
|
||||||
|
0###F
|
||||||
|
0###F
|
||||||
|
"NN@"
|
||||||
|
|
||||||
|
q###r
|
||||||
|
o###
|
43
.config/fastfetch/config.jsonc
Normal file
43
.config/fastfetch/config.jsonc
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"logo": {
|
||||||
|
"source": "~/.config/fastfetch/ascii.txt"
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
//"title",
|
||||||
|
//"separator",
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": "OS",
|
||||||
|
"text": "echo '???'"
|
||||||
|
},
|
||||||
|
"kernel",
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": "Kernel",
|
||||||
|
"text": "echo '6.15.???'"
|
||||||
|
},
|
||||||
|
"uptime",
|
||||||
|
{
|
||||||
|
"type": "packages",
|
||||||
|
"key": "Packages",
|
||||||
|
"value": "{1}",
|
||||||
|
"format": "{1}",
|
||||||
|
"compact": false
|
||||||
|
},
|
||||||
|
"shell",
|
||||||
|
"display",
|
||||||
|
"wmtheme",
|
||||||
|
"theme",
|
||||||
|
"icons",
|
||||||
|
"font",
|
||||||
|
"cursor",
|
||||||
|
"cpu",
|
||||||
|
"gpu",
|
||||||
|
"memory",
|
||||||
|
"swap",
|
||||||
|
"battery",
|
||||||
|
"break",
|
||||||
|
"colors"
|
||||||
|
]
|
||||||
|
}
|
51
.config/fastfetch/config.jsonc~
Normal file
51
.config/fastfetch/config.jsonc~
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
{
|
||||||
|
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||||
|
"logo": {
|
||||||
|
"source": "~/.config/fastfetch/ascii.txt"
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
"title",
|
||||||
|
"separator",
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": "OS",
|
||||||
|
"text": "echo '???'"
|
||||||
|
},
|
||||||
|
"kernel",
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": "Kernel",
|
||||||
|
"text": "echo '6.15.???'"
|
||||||
|
},
|
||||||
|
"uptime",
|
||||||
|
{
|
||||||
|
"type": "packages",
|
||||||
|
"key": "Packages",
|
||||||
|
"value": "{1}",
|
||||||
|
"format": "{1}",
|
||||||
|
"compact": false
|
||||||
|
},
|
||||||
|
"shell",
|
||||||
|
"display",
|
||||||
|
"de",
|
||||||
|
"wm",
|
||||||
|
"wmtheme",
|
||||||
|
"theme",
|
||||||
|
"icons",
|
||||||
|
"font",
|
||||||
|
"cursor",
|
||||||
|
"terminal",
|
||||||
|
"terminalfont",
|
||||||
|
"cpu",
|
||||||
|
"gpu",
|
||||||
|
"memory",
|
||||||
|
"swap",
|
||||||
|
"disk",
|
||||||
|
"localip",
|
||||||
|
"battery",
|
||||||
|
"poweradapter",
|
||||||
|
"locale",
|
||||||
|
"break",
|
||||||
|
"colors"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue