mirror of
https://github.com/LukeHagar/omarchy.git
synced 2025-12-09 20:47:48 +00:00
Add icons for OS Age and Uptime
Closes #1299 Co-authored-by: @theamit-969
This commit is contained in:
@@ -126,13 +126,13 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"key": " OS Age ",
|
"key": " OS Age",
|
||||||
"keyColor": "magenta",
|
"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"
|
"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",
|
"type": "uptime",
|
||||||
"key": " Uptime ",
|
"key": " Uptime",
|
||||||
"keyColor": "magenta"
|
"keyColor": "magenta"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
echo "Update About config to include the Omarchy branch name"
|
|
||||||
|
|
||||||
omarchy-refresh-fastfetch
|
|
||||||
3
migrations/1756627168.sh
Normal file
3
migrations/1756627168.sh
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
echo "Include OS Age and Uptime icons in About"
|
||||||
|
|
||||||
|
omarchy-refresh-fastfetch
|
||||||
Reference in New Issue
Block a user