Update fastfetch config

This commit is contained in:
daniele 2025-03-17 18:29:13 +01:00
parent b231ad12cf
commit ca318915a7
Signed by: fuxino
GPG Key ID: 981A2B2A3BBF5514

View File

@ -91,13 +91,11 @@
"key": "CPU ",
"keyColor": "green",
"type": "cpu",
"temp": true
},
{
"key": "GPU ",
"keyColor": "red",
"type": "gpu",
"temp": true
},
{
"key": "Disk ",
@ -119,6 +117,13 @@
"keyColor": "yellow",
"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",
{
"type": "custom",