mirror of
https://github.com/JakeStanger/ironbar.git
synced 2026-07-11 06:15:21 +01:00
[GH-ISSUE #1370] Bluetooth widget switches are completely desynced from connection status #8834
Labels
No labels
A:Build
A:CI
A:Client
A:Config
A:Core
A:Documentation
A:Documentation
A:IPC
A:Testing
A:UX/UI
blocked
BREAKING CHANGE
duplicate
good first issue
GTK4
help wanted
invalid
M:Battery
M:Battery
M:Bindmode
M:Bluetooth
M:Brightness
M:Cairo
M:Clipboard
M:Clock
M:Clock
M:Custom
M:Focused
M:Keyboard
M:Launcher
M:Menu
M:Music
M:Music
M:Music
M:Network Manager
M:Notifications
M:SysInfo
M:Tray
M:Volume
M:Workspaces
partially resolved
P:Critical
P:High
P:Low
P:Medium
pull-request
T:Bug
T:Bug
T:Core Enhancement
T:Module Enhancement
T:New Module
T:Question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/ironbar#8834
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Funtimes909 on GitHub (Feb 12, 2026).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/1370
Describe the bug
The bluetooth widget switches can get de-synced when disconnecting and reconnecting bluetooth devices, showing the wrong status.
To reproduce
Steps to reproduce the behavior:
Expected behavior
Switches and labels in the bluetooth module will sync correctly and reflect the current status of bluetooth devices and their connection status
System information:
Configuration
My configs can be found at my dotfiles repo
Additional context
Screenshots
In this image you can see that the device "ATH-M50xBT2" is connected (and has audio playing through it), but the switch is in the off position. The enable bluetooth switch is also in the off position, while the widget correctly reflects the bluetooth adapters status as on, the "D90" device switch shows it as being connected, but the device is offline and was never connected.
It seems that the status of these switches is in no way synced to the actual connection status.
Possibly related, as you can see in my config file the format string for the bluetooth widget shows to display the devices name and battery status on the widget, this used to work in the past but hasn't for some time (unsure on when this stopped being displayed)