new fastfetch shit
This commit is contained in:
parent
31b34ea116
commit
e0b49e7d9a
4 changed files with 138 additions and 0 deletions
18
.config/fastfetch/fastfetch/ascii.txt
Normal file
18
.config/fastfetch/fastfetch/ascii.txt
Normal file
|
@ -0,0 +1,18 @@
|
|||
_______
|
||||
_jgN#######Ngg_
|
||||
_N##N@@" "9NN##
|
||||
d###P N###
|
||||
f##P T###
|
||||
"^^" ]###
|
||||
#g####
|
||||
_gN##@P
|
||||
gN###F"
|
||||
d####F
|
||||
0###F
|
||||
0###F
|
||||
0###F
|
||||
0NN3F
|
||||
"NN@'
|
||||
___
|
||||
q###r
|
||||
""
|
18
.config/fastfetch/fastfetch/ascii.txt~
Normal file
18
.config/fastfetch/fastfetch/ascii.txt~
Normal file
|
@ -0,0 +1,18 @@
|
|||
_______
|
||||
_jgN#######Ngg_
|
||||
_N##N@@" "9NN##
|
||||
d###P N###
|
||||
f##P T###
|
||||
"^^" ]###
|
||||
^^ #g####
|
||||
_gN##@P
|
||||
gN###F"
|
||||
d####F
|
||||
0###F
|
||||
0###F
|
||||
0###F
|
||||
0NN3F
|
||||
"NN@'
|
||||
___
|
||||
q###r
|
||||
""
|
53
.config/fastfetch/fastfetch/config.jsonc
Normal file
53
.config/fastfetch/fastfetch/config.jsonc
Normal file
|
@ -0,0 +1,53 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"colorTitle": 8, // Grey titles
|
||||
"colorSubTitle": 8, // Grey values
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/ascii.txt",
|
||||
},
|
||||
"display": {
|
||||
"separator": ": ",
|
||||
},
|
||||
|
||||
"modules": [
|
||||
//"title",
|
||||
//"separator",
|
||||
"break",
|
||||
"break",
|
||||
{
|
||||
"type": "command",
|
||||
"key": "OS",
|
||||
"text": "echo '???'"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": "Kernel",
|
||||
"text": "echo '6.?.?'"
|
||||
},
|
||||
"uptime",
|
||||
{
|
||||
"type": "command",
|
||||
"key": "Packages",
|
||||
"text": "pacman -Q | wc -l"
|
||||
},
|
||||
"shell",
|
||||
{
|
||||
"type": "command",
|
||||
"key": "Init system",
|
||||
"text": "echo 'systemd'"
|
||||
},
|
||||
"display",
|
||||
"icons",
|
||||
"font",
|
||||
{
|
||||
"type": "cpu",
|
||||
"format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}"
|
||||
},
|
||||
"gpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"battery",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
49
.config/fastfetch/fastfetch/config.jsonc~
Normal file
49
.config/fastfetch/fastfetch/config.jsonc~
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
|
||||
"logo": {
|
||||
"source": "~/.config/fastfetch/ascii.txt"
|
||||
},
|
||||
"display": {
|
||||
"separator": ": ",
|
||||
},
|
||||
"packageManagers": {
|
||||
"disabled": false,
|
||||
"emerge": true
|
||||
},
|
||||
"modules": [
|
||||
//"title",
|
||||
//"separator",
|
||||
"break",
|
||||
{
|
||||
"type": "command",
|
||||
"key": "OS",
|
||||
"text": "echo '???'"
|
||||
},
|
||||
{
|
||||
"type": "command",
|
||||
"key": "Kernel",
|
||||
"text": "echo '6.?.?'"
|
||||
},
|
||||
"uptime",
|
||||
"packages",
|
||||
"shell",
|
||||
{
|
||||
"type": "command",
|
||||
"key": "Init system",
|
||||
"text": "echo 'systemd'"
|
||||
},
|
||||
"display",
|
||||
"icons",
|
||||
"font",
|
||||
{
|
||||
"type": "cpu",
|
||||
"format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}"
|
||||
},
|
||||
"gpu",
|
||||
"memory",
|
||||
"swap",
|
||||
"battery",
|
||||
"break",
|
||||
"colors"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue