fastfetch2
This commit is contained in:
parent
4e1638c239
commit
7de842c3de
4 changed files with 85 additions and 19 deletions
|
@ -1,19 +1,19 @@
|
||||||
_______
|
_______
|
||||||
_jgN#######Ngg_
|
_jgN#######Ngg_
|
||||||
_N##N@@" "9NN##
|
_N##N@@" "9NN##
|
||||||
d###P N###
|
d###P N###
|
||||||
f##P T###
|
f##P T###
|
||||||
"^^" ]###
|
"^^" ]###
|
||||||
#g####
|
^^ #g####
|
||||||
_gN##@P
|
_gN##@P
|
||||||
gN###F"
|
gN###F"
|
||||||
d####F
|
d####F
|
||||||
|
0###F
|
||||||
0###F
|
0###F
|
||||||
0###F
|
0###F
|
||||||
0###F
|
$NN3#
|
||||||
$NN3#
|
$NN#$
|
||||||
$NN#$
|
_ ___
|
||||||
____
|
q###r
|
||||||
q###r
|
o###-
|
||||||
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###
|
|
@ -11,7 +11,6 @@
|
||||||
"key": "OS",
|
"key": "OS",
|
||||||
"text": "echo '???'"
|
"text": "echo '???'"
|
||||||
},
|
},
|
||||||
"kernel",
|
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"key": "Kernel",
|
"key": "Kernel",
|
||||||
|
|
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