feat: improve tooltips for CPU and RAM modules#1142
feat: improve tooltips for CPU and RAM modules#1142Times-Z wants to merge 2 commits intoJas-SinghFSU:masterfrom
Conversation
| return `Core ${index}: ${displayUsage}%`; | ||
| }).join('\n'); | ||
|
|
||
| return `${coreLines}`; |
There was a problem hiding this comment.
Nit: We can remove the template literal.
| return `${coreLines}`; | |
| return coreLines; |
|
And a few linter errors, otherwise good. Thanks! |
|
This looks nice! Thank you! What do you think of per-core visualization in the bar itself? (without needing to mouseover) |
Maybe if I take the time I can implement this in next week end |
35d30c7 to
cea4ca3
Compare
|
Any news ? |
cea4ca3 to
8b148d6
Compare
8b148d6 to
b3a1a22
Compare
|
@Times-Z from one user/contributor to another, have you checked out https://github.com/wayle-rs/wayle ? it's the successor to hyprpanel and it's really good. probably makes more sense to start using that and spend your efforts there. we got some cool things in the works for (CPU) visualizations like wayle-rs/wayle#48 and wayle-rs/wayle#57 |
|
I’ve seen Wayle, but I prefer waiting for the stable release before migrating and contributing ! |
|
fair enough, but FWIW i've found it to be surprisingly solid and polished even today. |
|
I've migrate to wayle this night @Dieterbe ! |
This PR improve the CPU usage monitoring module to the bar with per-core usage display and the RAM usage with used/max tooltip
Features Added
1. CPU Usage Module
showPerCoreUsageconfiguration optionWhen enabled, hovering over the module shows:
/proc/stat2. RAM Usage Module