update
This commit is contained in:
parent
8604af60af
commit
76cda4860c
5 changed files with 12 additions and 11 deletions
|
|
@ -23,9 +23,9 @@
|
|||
"format": "",
|
||||
"format-disabled": "", // an empty format will hide the module
|
||||
"format-connected": "",
|
||||
"tooltip-format": "{controller_alias}\t{controller_address}",
|
||||
"tooltip-format-connected": "{controller_alias}\t{controller_address}\n\n{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}\t{device_address}",
|
||||
"tooltip-format": "{device_enumerate}",
|
||||
"tooltip-format-enumerate-connected": "{device_alias}",
|
||||
"tooltip-format-enumerate-connected-battery": "{device_alias} ({device_battery_percentage}%)",
|
||||
"on-click": "bluetoothmenu.fish"
|
||||
},
|
||||
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"format": "{icon}",
|
||||
"format-icons": ["", "", "", "", "", "", "", "", "", ""],
|
||||
"format-charging": "",
|
||||
"tooltip-format": "Battery ({capacity}%)\n{time}\n{power}W"
|
||||
"tooltip-format": "Battery ({capacity}%)\n{power}W: {time}"
|
||||
},
|
||||
|
||||
"clock": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue