cjbassi / ytop

A TUI system monitor written in Rust
MIT License
2.16k stars 84 forks source link

Proc improvement #78

Closed vojta7 closed 4 years ago

vojta7 commented 4 years ago

I tried to improve processes widget to be more in line with the original gotop version. This should fix #49 and partially improve #67.

old process widget

old_processes

new process widget

new_processes

cjbassi commented 4 years ago

Thanks, this looks much better!