I can't find if the number for memory usage is displayed somewhere. I can only get the percentage of memory used, I would like to be able to see this data without having to do the math.
Created attachment 5077 Add a checkbox to show memory and swap usage in the units of bytes instead of percentage.
Comment on attachment 5077 Add a checkbox to show memory and swap usage in the units of bytes instead of percentage. I have added a checkbox to show memory and swap usage in the units of bytes instead of percentage. But I don't know which the text to choose for the checkbox to best describe its function ? Comments are welcomed.
Looks good to me at first sight, but memory_human_size looks wrong to me.. why not using https://developer.gnome.org/glib/stable/glib-Miscellaneous-Utility-Functions.html#g-format-size ? mike, any opinion ?
I'm looking into this patch but unfortunately it doesnt apply anymore on top of master, i've had to manually handmerge it.. Also, there's a strange notify::show-storage-in-bytes signal name in src/main.c that doesnt exist anywhere else, i think it should be show-memory-in-xbytes like in other places.
Merged into master with some cosmetic fixes, thanks!