vladkens / macmon

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

Fix: RAM Sparkline max value #8

Open gianlucatruda opened 5 hours ago

gianlucatruda commented 5 hours ago

.max(val.max_ram) changed to .max(val.ram_total) fixes #7

image