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
Everything works as expected except for the "fixed-width" feature. The final output string inside the python script has a fixed length, yet i3blocks still added extra spaces to the string displayed when the numbers get large. Why is this the case? If the resulting string has a fixed length, shouldn't the entire block have a fixed length?
Notice how the length of the block lengthens every time the numbers get larger.
The text was updated successfully, but these errors were encountered:
anthony-S93
changed the title
Fixed-width strings not working on i3blocks.
I'm having trouble getting fixed-width strings to work on i3blocks.
Oct 24, 2022
I wrote a simple python script to obtain my internet traffic
Then, I have the following entry in my
i3blocks.conf
:Everything works as expected except for the "fixed-width" feature. The final output string inside the python script has a fixed length, yet i3blocks still added extra spaces to the string displayed when the numbers get large. Why is this the case? If the resulting string has a fixed length, shouldn't the entire block have a fixed length?
Notice how the length of the block lengthens every time the numbers get larger.
The text was updated successfully, but these errors were encountered: