Add icons for OS Age and Uptime

Closes #1299
Co-authored-by: @theamit-969
This commit is contained in:
David Heinemeier Hansson
2025-08-31 10:07:37 +02:00
parent 3d49ced97e
commit 9293e2ed17
3 changed files with 5 additions and 5 deletions

View File

@@ -126,13 +126,13 @@
},
{
"type": "command",
"key": " OS Age ",
"key": "󱦟 OS Age",
"keyColor": "magenta",
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
},
{
"type": "uptime",
"key": " Uptime ",
"key": "󱫐 Uptime",
"keyColor": "magenta"
},
{