mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:24:58 +02:00
Easter egg for uptime >= 100 days
Similiar to htop
This commit is contained in:
@@ -21,7 +21,7 @@ void ffPrintUptime(FFinstance* instance)
|
||||
else
|
||||
{
|
||||
if(days > 0)
|
||||
printf("%u day%s, ", days, days <= 1 ? "" : "s");
|
||||
printf("%u day%s%s, ", days, days <= 1 ? "" : "s", days < 100 ? "" : "(!)");
|
||||
if(hours > 0)
|
||||
printf("%u hour%s, ", hours, hours <= 1 ? "" : "s");
|
||||
if(minutes > 0)
|
||||
|
||||
Reference in New Issue
Block a user