14 lines
346 B
Nix
14 lines
346 B
Nix
{
|
|
...
|
|
}:
|
|
{
|
|
format = "";
|
|
format-disabled = "";
|
|
format-connected = " {num_connections}";
|
|
tooltip-format = " {device_alias}";
|
|
tooltip-format-connected = "{device_enumerate}";
|
|
tooltip-format-enumerate-connected = " {device_alias} {device_battery_percentage}%";
|
|
tooltip = true;
|
|
# on-click = "blueman-manager";
|
|
}
|