i3status-rust: Enable bluetooth blocks
The battery percentage feature relies on the experimental flag being passed to the bluetooth daemon so that the bluez experimental API can be used for battery percentage indication.
This commit is contained in:
parent
fa1d5704ac
commit
bd39e7f163
1 changed files with 12 additions and 0 deletions
|
@ -60,3 +60,15 @@ interface_name_include = []
|
|||
block = "music"
|
||||
player = "mpd"
|
||||
buttons = ["play", "next"]
|
||||
|
||||
[[block]]
|
||||
block = "bluetooth"
|
||||
hide_disconnected = true
|
||||
mac = "74:45:CE:BA:F1:E4"
|
||||
format = "Sony {percentage}"
|
||||
|
||||
[[block]]
|
||||
block = "bluetooth"
|
||||
hide_disconnected = true
|
||||
mac = "00:16:94:28:9F:C2"
|
||||
format = "HD 4.40BT {percentage}"
|
||||
|
|
Loading…
Reference in a new issue