You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example, I'd like the {net} output be like "%3d/%2s", then the output will not be a dangler no matter what the digital and the unit is.
I find the output a little annoying when it change its length all the time, along with the icon before it.
The text was updated successfully, but these errors were encountered:
There is a similar issue raised to cover "fixed width" issues to stop the app indicators moving - #9
I'll leave this open for now. The project needs a bit a code refactoring to allow it to be maintainable - i.e. to make it easier to make changes such as this. This is currently covered by the "refactor" branch.
Possibly need to allow each sensor to have a "label guide" - each guide describes the format of the sensor looking like this "666 kb/s" meaning 3 digits + " kb/s". Clicking "edit" on each sensor would allow you to edit a new field called "label guide" to allow you to describe the format of the sensor output.
If you feel like a bit on tinkering, feel free to delve into the refactor branch and throw me some of your code thoughts.
for example, I'd like the {net} output be like "%3d/%2s", then the output will not be a dangler no matter what the digital and the unit is.
I find the output a little annoying when it change its length all the time, along with the icon before it.
The text was updated successfully, but these errors were encountered: