Skip to content

Commit 8e72f4c

Browse files
committed
add leading new lines after finishing printing logo
1 parent f2b23d5 commit 8e72f4c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fastfetch.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,4 +788,7 @@ int main(int argc, char** argv)
788788
writeConfigFile(&data, &instance.state.genConfigPath);
789789

790790
ffStrbufDestroy(&data.structure);
791+
792+
// Finish off by adding leading new lines like neofetch
793+
printf("\n\n");
791794
}

0 commit comments

Comments
 (0)