1
0
Fork 0

Update src/stats.c

This commit is contained in:
Nyx 2025-02-17 01:31:42 -06:00
parent 57259f2cf7
commit 21b50d4fd4

View file

@ -46,22 +46,8 @@ static char *pkg_commands[NUM_PACKAGES][8] = {
}; };
static const char *const quotes[] = { static const char *const quotes[] = {
"Your heart is a beacon of love and kindness.", "Crank dat",
"Unexpected joy is coming your way. Keep smiling!", "Upgrade to UNIX Plus to see this",
"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.",
}; };
static const char *quote = NULL; static const char *quote = NULL;
@ -334,9 +320,9 @@ void stats_print_beside(const OsInfo *os,
/* print other stuff */ /* print other stuff */
pfb(" "); pfb(" ");
pfb("Made with \033[91m<3\033[0m by Ari Archer " pfb("Made with NO \033[91m<3\033[0m by Nyx Tutt "
"<\033[1m\033[36mari@ari.lt\033[0m> under GPL-3.0-or-later: " "<\033[1m\033[36mme@everypizza.im\033[0m> under GPL-3.0-or-later: "
"\033[4mhttps://ari.lt/gh/badapplefetch\033[0m"); "\033[4mhttps://git.everypizza.im/n/skibidifetch/\033[0m");
/* print duration */ /* print duration */