diff --git a/boredos.iso b/boredos.iso index b0d15a8..2a1a23c 100644 Binary files a/boredos.iso and b/boredos.iso differ diff --git a/src/kernel/userland/sysfetch.c b/src/kernel/userland/sysfetch.c index 9647c6f..74671ac 100644 --- a/src/kernel/userland/sysfetch.c +++ b/src/kernel/userland/sysfetch.c @@ -239,7 +239,7 @@ int main(int argc, char **argv) { } if (config.os_label[0]) { strcpy(info_lines[info_line_count], config.os_label); - strcat(info_lines[info_line_count++], ": BoredOS V1.65"); + strcat(info_lines[info_line_count++], ": BoredOS V1.65 'Retrowave'"); } if (config.kernel_label[0]) { strcpy(info_lines[info_line_count], config.kernel_label);