forked from Mirrors/badapplefetch
Update src/stats.c
This commit is contained in:
parent
57259f2cf7
commit
21b50d4fd4
1 changed files with 5 additions and 19 deletions
24
src/stats.c
24
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 */
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue