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:
Sanchayan Maity 2021-11-01 16:20:10 +05:30
parent fa1d5704ac
commit bd39e7f163
1 changed files with 12 additions and 0 deletions

View File

@ -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}"