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"
},
{

View File

@@ -1,3 +0,0 @@
echo "Update About config to include the Omarchy branch name"
omarchy-refresh-fastfetch

3
migrations/1756627168.sh Normal file
View File

@@ -0,0 +1,3 @@
echo "Include OS Age and Uptime icons in About"
omarchy-refresh-fastfetch