system-monitor-graph@rcassani: network monitoring adjustments - #1531
Conversation
That's a nice feature.
Is this overlapping related to the change of units?
EDIT: There is no need for bits with binary prefix. |
|
OK, I changed the order so that the new option is not default.
No, I noticed the overlapping issue before my change. Sorry for mixing this up in one PR. |
| "Decimal prefix (1 KB = 1000 bytes)" : 1 | ||
| "Bytes - Binary prefix or IEC (1 KiB = 1024 bytes)" : 0, | ||
| "Bytes - Decimal prefix (1 KB = 1000 bytes)" : 1, | ||
| "Bits (1 Kb = 1000 bit)" : 2 |
There was a problem hiding this comment.
For sake of coherency, it should be:
"Bits - Decimal prefix (1 Kb = 1000 bits)"
|
After some tests, I agree the small text looks better.
There is no problem, several improvements can the in the same PR. |
OK, done.
The "last-edited" field seems to be automatically added by Cinnamon when downloading the desklet. It is not allowed to be in the Git repo which is checked by this script. I accidentally added it to my first commit because after testing, I copied the entire ~/.local/share/cinnamon/desklets/system-monitor-graph@rcassani dir into my forked branch. |
|
@schorschii, thanks for the info about About the change in 9f5b323, it should be |
rcassani
left a comment
There was a problem hiding this comment.
@schorschii, thanks!
@rcalixte, this is ready to be merged!
Thanks for the heads up I appreciate it. 😄 |
text3label.What do you think @rcassani ?