broke my install :3 time to reinstall 2
This commit is contained in:
parent
3d8d6b6f3d
commit
5f1247a7a2
3 changed files with 80 additions and 9 deletions
18
.config/fastfetch/ascii.txt~
Normal file
18
.config/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
|
||||||
|
""
|
||||||
|
|
@ -3,6 +3,13 @@
|
||||||
"logo": {
|
"logo": {
|
||||||
"source": "~/.config/fastfetch/ascii.txt"
|
"source": "~/.config/fastfetch/ascii.txt"
|
||||||
},
|
},
|
||||||
|
"display": {
|
||||||
|
"separator": ": ",
|
||||||
|
},
|
||||||
|
"packageManagers": {
|
||||||
|
"disabled": false,
|
||||||
|
"emerge": true
|
||||||
|
},
|
||||||
"modules": [
|
"modules": [
|
||||||
//"title",
|
//"title",
|
||||||
//"separator",
|
//"separator",
|
||||||
|
|
@ -15,16 +22,10 @@
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"key": "Kernel",
|
"key": "Kernel",
|
||||||
"text": "echo '6.15.0'"
|
"text": "uname -r"
|
||||||
},
|
},
|
||||||
"uptime",
|
"uptime",
|
||||||
{
|
"packages",
|
||||||
"type": "packages",
|
|
||||||
"key": "Packages",
|
|
||||||
"value": "{1}",
|
|
||||||
"format": "{1}",
|
|
||||||
"compact": false
|
|
||||||
},
|
|
||||||
"shell",
|
"shell",
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
|
|
@ -34,7 +35,10 @@
|
||||||
"display",
|
"display",
|
||||||
"icons",
|
"icons",
|
||||||
"font",
|
"font",
|
||||||
"cpu",
|
{
|
||||||
|
"type": "cpu",
|
||||||
|
"format": "{name} ({cores-physical}C/{cores-logical}T) @ {freq-max}"
|
||||||
|
},
|
||||||
"gpu",
|
"gpu",
|
||||||
"memory",
|
"memory",
|
||||||
"swap",
|
"swap",
|
||||||
|
|
|
||||||
49
.config/fastfetch/config.jsonc~
Normal file
49
.config/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": ": ",
|
||||||
|
"color": {
|
||||||
|
"keys": "#696969",
|
||||||
|
"title": "#bbbbbb"
|
||||||
|
},
|
||||||
|
},
|
||||||
|
"modules": [
|
||||||
|
//"title",
|
||||||
|
//"separator",
|
||||||
|
"break",
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": "OS",
|
||||||
|
"text": "echo '???'"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "command",
|
||||||
|
"key": "Kernel",
|
||||||
|
"text": "uname -r"
|
||||||
|
},
|
||||||
|
"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