summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
index 69a62fe..6a13b72 100644
--- a/main.c
+++ b/main.c
@@ -12,6 +12,7 @@
#if defined(__OpenBSD__)
#include "src/recording.h"
#endif
+#include "src/packages.h"
#include "src/cpu.h"
#include "src/memory.h"
@@ -114,6 +115,12 @@ int main(int argc, char *argv[]) {
#endif
printf("%s ", LOGO[lc]);
+ printf(COLOR"%s%s"RESET, "Packages", ": ");
+ display_packages();
+ printf("\n");
+ lc++;
+
+ printf("%s ", LOGO[lc]);
printf(COLOR"%s%s"RESET, "CPU", ": ");
display_cpu();
printf("\n");