-
Notifications
You must be signed in to change notification settings - Fork 484
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
bandwidth3 does not accept properties in the config file #267
Comments
according to what I see in 'bandwidth3' code: parameter 'LABEL' won't work, that's true. |
Thanks for replying @skidnik. What do you mean by "capped"? I tried doing "UNIT=MB" and it still doesn't work. |
Yeah, sorry for weird language, means name of variable must be uppercase. There's also a quite long Check the bandwidth3 code, it's bash and some awk, may become more clear how it works. |
Well yes, but I tried doing "UNIT=MB" and it still doesn't work. What am I doing wrong? Does it work correctly on your side? |
Have you restarted i3 after changing the i3blocks.conf, you need to in order to apply config changes to the subject block as it's a persistent one. |
Yes, I have restarted i3 after making the changes. It doesn't work. |
I am out of ideas now. On my side the blocklet responds correctly to both 'LABEL' and 'UNIT' variables' changes. i3blocks 1.5, Fedora 30. |
I have same problem too. |
Expected behavior
I have the following code in my i3blocks config file:
I would expect both the units and label of the bandwidth block to represent what I have in the config file, namely "MB" and "blabla". This is not happening, it seems like it is hard coded in the bandwidth3 script?
I am using i3blocks 1.5-3.
The text was updated successfully, but these errors were encountered: