-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathbluetooth.jsonc
25 lines (23 loc) · 1017 Bytes
/
bluetooth.jsonc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"bluetooth": {
"format": "",
"format-disabled": "",
"format-connected": " {num_connections}",
"format-connected-battery": "{icon} {num_connections}",
// "format-connected-battery":
// "{icon} {device_alias}-{device_battery_percentage}%",
"format-icons": ["", "", "", "", "", "", "", "", "", "", ""],
// "format-device-preference": [ "device1", "device2" ],
// Preference list deciding the displayed device.
// If this is not defined or none of the devices in the list are connected,
// it will fall back to showing the last connected device.
"tooltip-format":
"{controller_alias}\n{num_connections} connected",
"tooltip-format-connected":
"{controller_alias}\n{num_connections} connected\n\n{device_enumerate}",
"tooltip-format-enumerate-connected":
"{device_alias}",
"tooltip-format-enumerate-connected-battery":
"{device_alias}\t{icon} {device_battery_percentage}%"
}
}