From 21b50d4fd4cd30f351caec9925f63d1f2ec4d41f Mon Sep 17 00:00:00 2001 From: n Date: Mon, 17 Feb 2025 01:31:42 -0600 Subject: [PATCH] Update src/stats.c --- src/stats.c | 24 +++++------------------- 1 file changed, 5 insertions(+), 19 deletions(-) diff --git a/src/stats.c b/src/stats.c index 4cd45b4..62e720f 100644 --- a/src/stats.c +++ b/src/stats.c @@ -46,22 +46,8 @@ static char *pkg_commands[NUM_PACKAGES][8] = { }; static const char *const quotes[] = { - "Your heart is a beacon of love and kindness.", - "Unexpected joy is coming your way. Keep smiling!", - "Adventure awaits you around the corner.", - "Beauty surrounds you because you create it.", - "Expect the unexpected and cherish the predictable.", - "The stars shine brighter when you smile.", - "Life is sweet, savor every moment.", - "Your laugh is music to others' ears.", - "Kindness is a currency that can cover any debt.", - "A journey of a thousand miles starts with a single step.", - "The best is yet to come!", - "Your spirit is as boundless as the ocean.", - "Happiness is a journey, not a destination.", - "You will accomplish great things in unique ways.", - "Dream, explore, discover!", - "Your journey will lead you to hidden treasures.", + "Crank dat", + "Upgrade to UNIX Plus to see this", }; static const char *quote = NULL; @@ -334,9 +320,9 @@ void stats_print_beside(const OsInfo *os, /* print other stuff */ pfb(" "); - pfb("Made with \033[91m<3\033[0m by Ari Archer " - "<\033[1m\033[36mari@ari.lt\033[0m> under GPL-3.0-or-later: " - "\033[4mhttps://ari.lt/gh/badapplefetch\033[0m"); + pfb("Made with NO \033[91m<3\033[0m by Nyx Tutt " + "<\033[1m\033[36mme@everypizza.im\033[0m> under GPL-3.0-or-later: " + "\033[4mhttps://git.everypizza.im/n/skibidifetch/\033[0m"); /* print duration */