vladkens / macmon

🦀⚙️ Sudoless performance monitoring for Apple Silicon processors. CPU / GPU / RAM usage, power consumption & temperature 🌡️
MIT License
213 stars 6 forks source link

Doesn't work properly on macOS 15.0.0 Sequoia #5

Open cdotwang opened 4 weeks ago

cdotwang commented 4 weeks ago

The UI looks weird in the Terminal(the default one on macOS). But it works properly in the VScode terminal. CleanShot 2024-09-18 at 12 06 45

vladkens commented 1 week ago

Hi. Things look really bad in your Terminal.app. Mine is better, but it's not perfect either.

I have updated the backend framework (ratatui) in v0.3.0, please have a look, maybe that will help.

Related ratatui issue: https://github.com/ratatui/ratatui/issues/1387

cdotwang commented 2 days ago

Hi. Things look really bad in your Terminal.app. Mine is better, but it's not perfect either.

I have updated the backend framework (ratatui) in v0.3.0, please have a look, maybe that will help.

Related ratatui issue: ratatui/ratatui#1387

Thanks for your suggestions. I changed to the alacritty terminal and it works very good.