home: wm: i3bar: add 'quarks' 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
424bb2e7b9
commit
3ef71cc165
|
@ -55,6 +55,12 @@ in
|
|||
format = " $icon Protons{ $percentage|} ";
|
||||
disconnected_format = "";
|
||||
})
|
||||
(lib.optionalAttrs config.my.home.bluetooth.enable {
|
||||
block = "bluetooth";
|
||||
mac = "88:C9:E8:6B:B7:55";
|
||||
format = " $icon Quarks{ $percentage|} ";
|
||||
disconnected_format = "";
|
||||
})
|
||||
(lib.optionalAttrs config.my.home.bluetooth.enable {
|
||||
block = "bluetooth";
|
||||
mac = "F7:78:BA:76:52:F7";
|
||||
|
|
Loading…
Reference in a new issue