From ceee369c0bd12b9b8c5316941741677883bcb71b Mon Sep 17 00:00:00 2001 From: 8nlight <8nlight@disroot.org> Date: Sat, 7 Oct 2023 19:14:22 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- funcs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs.h b/funcs.h index aa898dd..c377aa5 100644 --- a/funcs.h +++ b/funcs.h @@ -184,7 +184,7 @@ LOGO GetArt(void) { art.size = sizeof(Arch) / sizeof(char *); art.pkg_cmd = "pacman -Qq | wc -l"; art.art = Arch; - art.color = "\033[0;34"; + art.color = "\033[0;34m"; } }