-
Notifications
You must be signed in to change notification settings - Fork 475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
block: temperature: introduced spacing before digit #1303
Comments
Pretty sure this is also #1231 and was added with the new formatting system. Have a look there to see the right way to format the value. @MaxVerevkin seems to me like the new behavior might not be a very good default, we might want to have a look at that. (See also #1272) |
I have a few ideas:
|
ah, got it, [[block]]
block = "temperature"
chip = "coretemp"
collapsed = false
driver = "sysfs"
inputs = ["Package id 0"]
[block.format]
full = "{max:2^3}" # or really just set min-width to 1. also formatted memory block this way (min-width=1).
short = "" this looks good to me. i spotted this only on temperature widget. updated: i suspect this is a more wider discussion, let me close this issue then? |
Opened new issue |
I think this commit: 12ce584 introduced that.
while i looked over the code, still could not understand what caused this (i'm not great at rust, sorry).
already moved to sysfs driver:
The text was updated successfully, but these errors were encountered: