Closed jonasbadstuebner closed 2 weeks ago
Which version of bumblebee-status are you using?
With current git, I cannot reproduce this behaviour:
$ cat ~/.config/bumblebee-status.conf
[core]
modules = nic
[module-parameters]
nic.start-minimized = True
bumblebee-status on main via 🐍 v3.12.1
$ ./bumblebee-status
{"version": 1, "click_events": true}
[
[{"full_text": " lan enp1s0f1 down ", "color": "#aabbcc", "name": "nic", "instance": "nic::0", "_raw": "enp1s0f1 down", "_suffix": " ", "_prefix": " lan ", "align": null}],
[{"full_text": " lan enp1s0f1 down ", "color": "#aabbcc", "name": "nic", "instance": "nic::0", "_raw": "enp1s0f1 down", "_suffix": " ", "_prefix": " lan ", "align": null}],
Could you try
[core]
modules = eth:nic,wifi:nic
[module-parameters]
eth.include = eth0
eth.start-minimized = True
wifi.include = wlan0
wifi.start-minimized = True
please?
My config is more compley, I tried to give a minimal example and you are right, the one I provided first does work.
Closing, because I was unable to reproduce (and frankly, forgot about this ticket and it has timed out).
If this issue persists, I apologize, and please reopen the ticket & I will look at it asap.
Did you test it with the latest config I provided? The issue is with renaming the nic and trying to set the setting for the name, rather than the nic-module, I think.
Hey! Sorry, that one is on me, I totally overlooked that.
Might be a very easy problem: In the config you provided, the module name and the alias are reversed - it's always <module>:<alias>
, not the other way round.
Can you please give that a try? And sorry again for taking so long to spot this!
And thanks for your patience with an issue that's almost a year old :)
I also checked your config on my machine with module <> alias switched, and it seems to work fine.
Ah, you are right, I think that one is on me. Thank you for having a look, can be closed. :+1:
Bug Report
Description
Affected module: At least
nic
. Version used: latest git