Update fastfetch config
This commit is contained in:
parent
b231ad12cf
commit
ca318915a7
@ -91,13 +91,11 @@
|
|||||||
"key": "CPU ",
|
"key": "CPU ",
|
||||||
"keyColor": "green",
|
"keyColor": "green",
|
||||||
"type": "cpu",
|
"type": "cpu",
|
||||||
"temp": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "GPU ",
|
"key": "GPU ",
|
||||||
"keyColor": "red",
|
"keyColor": "red",
|
||||||
"type": "gpu",
|
"type": "gpu",
|
||||||
"temp": true
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"key": "Disk ",
|
"key": "Disk ",
|
||||||
@ -119,6 +117,13 @@
|
|||||||
"keyColor": "yellow",
|
"keyColor": "yellow",
|
||||||
"type": "uptime"
|
"type": "uptime"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"key": "OS Age ",
|
||||||
|
"keyColor": "green",
|
||||||
|
"keyIcon": "",
|
||||||
|
"type": "command",
|
||||||
|
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
|
||||||
|
},
|
||||||
"break",
|
"break",
|
||||||
{
|
{
|
||||||
"type": "custom",
|
"type": "custom",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user