From 9293e2ed17d190adc28543fbcfcce94a3b8b6fa2 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 31 Aug 2025 10:07:37 +0200 Subject: [PATCH] Add icons for OS Age and Uptime Closes #1299 Co-authored-by: @theamit-969 --- config/fastfetch/config.jsonc | 4 ++-- migrations/1756363651.sh | 3 --- migrations/1756627168.sh | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 migrations/1756363651.sh create mode 100644 migrations/1756627168.sh diff --git a/config/fastfetch/config.jsonc b/config/fastfetch/config.jsonc index b2cad35..3154272 100644 --- a/config/fastfetch/config.jsonc +++ b/config/fastfetch/config.jsonc @@ -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" }, { diff --git a/migrations/1756363651.sh b/migrations/1756363651.sh deleted file mode 100644 index 3df0985..0000000 --- a/migrations/1756363651.sh +++ /dev/null @@ -1,3 +0,0 @@ -echo "Update About config to include the Omarchy branch name" - -omarchy-refresh-fastfetch diff --git a/migrations/1756627168.sh b/migrations/1756627168.sh new file mode 100644 index 0000000..751cd19 --- /dev/null +++ b/migrations/1756627168.sh @@ -0,0 +1,3 @@ +echo "Include OS Age and Uptime icons in About" + +omarchy-refresh-fastfetch