Prepare flashfetch for images in terminal too

This commit is contained in:
Linus Dierheimer
2022-04-02 14:42:18 +02:00
parent fcc8927917
commit 3248afe91c
2 changed files with 10 additions and 9 deletions
-3
View File
@@ -10,9 +10,6 @@ int main(int argc, char** argv)
//Modify instance.config here
ffLoadLogo(&instance); //ffLoadLogoSet(&instance, "my custom logo");
ffStrbufSet(&instance.config.color, &instance.config.logoColors[0]); //Use the primary color of the logo as key color
//Multithreading --> better performance
ffStartDetectionThreads(&instance);