Skip to content

Commit 70fafb1

Browse files
authored
Update config.jsonc
1 parent 71aeb95 commit 70fafb1

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Configs/.config/fastfetch/config.jsonc

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,13 @@ fastfetch --config hyde/*.jsonc
102102
"key": "  Memory ",
103103
"keyColor": "magenta"
104104
},
105-
{
106-
"type": "command",
107-
"key": " 󱦟 OS Age ",
108-
"keyColor": "red",
109-
"text": "birth_install=$(stat -c %W /); current=$(date +%s); time_progression=$((current - birth_install)); days_difference=$((time_progression / 86400)); echo $days_difference days"
110-
},
111105
{
112106
"type": "disk",
107+
"key": " 󱦟 OS Age ",
113108
"folders": "/",
114-
"key": "OS Age",
109+
"keyColor": "red",
115110
"format": "{days} days"
116-
}
111+
},
117112
{
118113
"type": "uptime",
119114
"key": " 󱫐 Uptime ",

0 commit comments

Comments
 (0)