Replies: 1 comment
-
|
So looking at the CPU code and trying some things out, the
I'm not too familiar with cpp and so i'm not sure if the types are correct here but the type of formatting that I used seems to work for those. I did these to test: I don't use icons so I couldn't test those. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have some numerical (float) indicator to be visible with a fixed amount of digits or precision.
Something like {load: 8.2f} for the CPU load indicator showing me float with 8 char wide,2 digits after the point, filled with spaces.
Is it possible? I didn't manage to do that.
Beta Was this translation helpful? Give feedback.
All reactions