aboutsummaryrefslogtreecommitdiff
path: root/src/ascii.c
diff options
context:
space:
mode:
authorAnser <rostgans@tutamail.com>2026-08-17 11:51:54 +0200
committerAnser <rostgans@tutamail.com>2026-08-17 11:54:00 +0200
commitab497e439d9c8c41d7f43998a7b782fe4720d856 (patch)
tree6d1589c0e950b52125c6d516fa31152173d62ff9 /src/ascii.c
parent5f068ebcc05703ac7e4f1051fbe5eaf21f0d7f75 (diff)
added OS/distro name
Diffstat (limited to 'src/ascii.c')
-rw-r--r--src/ascii.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ascii.c b/src/ascii.c
index 328ec7f..5fc81be 100644
--- a/src/ascii.c
+++ b/src/ascii.c
@@ -79,6 +79,7 @@ void print_ascii_art(struct system_info_t *info)
void print_system_info(struct system_info_t *info)
{
+ printf("OS: %s\n", info->distro);
printf("Kernel: %s\n", info->kernel);
printf("CPU: %s\n", info->cpu);
printf("%s\n", info->memory);