蓝牙显示耳机电量
在 KUbuntu 22.04
中,默认是不会显示已连接的蓝牙耳机的电量的,如果要显示耳机电量,则需要启用 实验性 功能。
启用这个功能可能会阻止某些蓝牙鼠标自动连接,具体可见:https://github.com/bluez/bluez/issues/236
修改 /etc/bluetooth/main.conf
在/etc/bluetooth/main.conf
中的[General]
节添加:
1 | Experimental = true |
重启bluetooth.service
在命令行中运行
1 | sudo systemctl restart bluetooth.service |
然后重新连接蓝牙耳机,如果不出意外,这个时候就能在蓝牙连接的地方看到设备的电量。
参考
https://wiki.archlinux.org/title/Bluetooth_headset#Battery_level_reporting