diff --git a/bumblebee_status/modules/contrib/bluetooth2.py b/bumblebee_status/modules/contrib/bluetooth2.py index 76f1da5..deb2e0c 100644 --- a/bumblebee_status/modules/contrib/bluetooth2.py +++ b/bumblebee_status/modules/contrib/bluetooth2.py @@ -35,7 +35,7 @@ class Module(core.module.Module): def status(self, widget): """Get status.""" - return self._status + return self._status if self._status.isdigit() and int(self._status) > 1 else "" def update(self): """Update current state.""" diff --git a/themes/icons/awesome-fonts.json b/themes/icons/awesome-fonts.json index 1e8d9df..9992cee 100644 --- a/themes/icons/awesome-fonts.json +++ b/themes/icons/awesome-fonts.json @@ -254,12 +254,12 @@ "bluetooth": { "ON": { "prefix": "󰂯" }, "OFF": { "prefix": "󰂲" }, - "?": { "prefix": "" } + "?": { "prefix": "󰂱" } }, "bluetooth2": { - "ON": { "prefix": "󰂯" }, - "warning": { "prefix": "󰂲" }, - "critical": { "prefix": "" } + "ON": { "prefix": "󰂱" }, + "warning": { "prefix": "󰂯" }, + "critical": { "prefix": "󰂲" } }, "battery-upower": { "charged": {