From 113caa7fc70f61d648c6ad7a7d88919b110949ba Mon Sep 17 00:00:00 2001 From: onyasumi Date: Tue, 26 Sep 2023 19:46:30 -0400 Subject: [PATCH] Make color chunks disabled by default --- src/config.sh | 2 +- src/logoutils.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/config.sh b/src/config.sh index a77f01b..18367c6 100644 --- a/src/config.sh +++ b/src/config.sh @@ -49,5 +49,5 @@ fetch() { printlogo finish && printf '\n' - colors && printf '\n' + # colors && printf '\n' } \ No newline at end of file diff --git a/src/logoutils.c b/src/logoutils.c index ab2e4c2..cbfbf28 100644 --- a/src/logoutils.c +++ b/src/logoutils.c @@ -18,7 +18,6 @@ along with vega. If not, see . #include #include #include -#include #define RED "\033[0;31m" #define GREEN "\033[0;32m" @@ -173,7 +172,7 @@ const struct logo freebsd = { int main(int argc, char** argv) { - fprintf(stderr, "vegautils is a part of vega. Do not run logoutils directly. Doing so may result in undefined behaviour.\n"); + fprintf(stderr, "logoutils is a part of vega. Do not run logoutils directly. Doing so may result in undefined behaviour.\n"); fprintf(stderr, "Run 'vega --help' for details.\n"); const struct logo* l = NULL;