tobi-wan-kenobi / bumblebee-status

bumblebee-status is a modular, theme-able status line generator for the i3 window manager.
https://bumblebee-status.readthedocs.io/en/main/
MIT License
1.22k stars 229 forks source link

exclude anbox and lxc bridges #955

Closed Toni500github closed 1 year ago

Toni500github commented 1 year ago

Affected module: nic

Description: title and how can i do that? ik about the nic.exclude parameter but it doesn't go away anyways image

tobi-wan-kenobi commented 1 year ago

nic has a parameter called "exclude", which is a comma-sparated list:

bumblebee-status -m nic -p exclude="lo,anbox,lxc"

You mentioned you tried that, can you please paste the config that did not work?

Toni500github commented 1 year ago

nic has a parameter called "exclude", which is a comma-sparated list:

bumblebee-status -m nic -p exclude="lo,anbox,lxc"

You mentioned you tried that, can you please paste the config that did not work?

i'm so sorry for this late reply, however i just fixed this issue by upgrading the version to the latest trough pip because it was at a 1.10.x version. strange...