mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2025-02-20 11:43:27 +08:00
Fix logo spacing
This commit is contained in:
parent
05f11c6c69
commit
eb7ce05193
@ -67,7 +67,7 @@ static void loadArchLogo(FFlogo* logo, bool doColor)
|
||||
|
||||
static void loadArtixLogo(FFlogo* logo, bool doColor)
|
||||
{
|
||||
logo->width = 39;
|
||||
logo->width = 40;
|
||||
logo->height = 20;
|
||||
strcpy(logo->name, "artix");
|
||||
|
||||
@ -202,3 +202,4 @@ void ffPrintLogos(bool doColor)
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user