Merge pull request #197 from exhq/uwubetter
changed WAM to MEMOWY since its 300% more cute
This commit is contained in:
commit
3ce863a90a
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ int print_info(struct configuration* config_flags, struct info* user_info) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (config_flags->show_ram) // print ram
|
if (config_flags->show_ram) // print ram
|
||||||
responsively_printf(print_buf, "%s%s%sWAM %s%i MiB/%i MiB", MOVE_CURSOR, NORMAL, BOLD, NORMAL, (user_info->ram_used), user_info->ram_total);
|
responsively_printf(print_buf, "%s%s%sMEMOWY %s%i MiB/%i MiB", MOVE_CURSOR, NORMAL, BOLD, NORMAL, (user_info->ram_used), user_info->ram_total);
|
||||||
if (config_flags->show_resolution) // print resolution
|
if (config_flags->show_resolution) // print resolution
|
||||||
if (user_info->screen_width != 0 || user_info->screen_height != 0)
|
if (user_info->screen_width != 0 || user_info->screen_height != 0)
|
||||||
responsively_printf(print_buf, "%s%s%sWESOWUTION%s %dx%d", MOVE_CURSOR, NORMAL, BOLD, NORMAL, user_info->screen_width, user_info->screen_height);
|
responsively_printf(print_buf, "%s%s%sWESOWUTION%s %dx%d", MOVE_CURSOR, NORMAL, BOLD, NORMAL, user_info->screen_width, user_info->screen_height);
|
||||||
|
|
Loading…
Reference in a new issue