home: wm: i3bar: add 'muon' bluetooth block
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
e26672494c
commit
0321889d50
|
@ -43,6 +43,12 @@ in
|
||||||
format = " $icon Boson{ $percentage|} ";
|
format = " $icon Boson{ $percentage|} ";
|
||||||
disconnected_format = "";
|
disconnected_format = "";
|
||||||
})
|
})
|
||||||
|
(lib.optionalAttrs config.my.home.bluetooth.enable {
|
||||||
|
block = "bluetooth";
|
||||||
|
mac = "38:18:4C:BE:8E:97";
|
||||||
|
format = " $icon Muon{ $percentage|} ";
|
||||||
|
disconnected_format = "";
|
||||||
|
})
|
||||||
(lib.optionalAttrs config.my.home.bluetooth.enable {
|
(lib.optionalAttrs config.my.home.bluetooth.enable {
|
||||||
block = "bluetooth";
|
block = "bluetooth";
|
||||||
mac = "94:DB:56:00:EE:93";
|
mac = "94:DB:56:00:EE:93";
|
||||||
|
|
Loading…
Reference in a new issue