njzydark / vscode-stats-bar

A vscode extension to show system stats in status bar
https://marketplace.visualstudio.com/items?itemName=njzy.stats-bar
MIT License
40 stars 3 forks source link

Remove `xx%` by default. #7

Open zanminkian opened 1 year ago

zanminkian commented 1 year ago

Hi! Thanks for providing such a good extension! But there is still a tiny enhancement to improve this extension in my humble opinion. Is it possible that remove the xx% at the end by default to make the status bar more clean? It's redundant because we only focus on the usage and total amount of the memory. Moreover we can easily compute the percent.

Vscode provide a guide of status bar. I think it's reasonable to keep the status bar in short.

Thanks for considering.

image

njzydark commented 1 year ago

I will consider changing the default display format in a later version to remove xx%, which you can currently do by setting

image
zanminkian commented 1 year ago

Hi @njzydark. BTW, please consider changing the default network icon to $(cloud-upload) and $(cloud-download).

image