feat: show battery on bluetooth device list (#352)
* feat: show battery on bluetooth device list * feat: show battery on bluetooth device list * fix: handle case when battery is not defined * fix: handle case when battery is not defined * feat: add bluetooth menu * feat: add bluetooth menu * fix: separate icon and percentage * fix: group battery stuffs * Update options.ts * Update modules/menus/bluetooth/devices/devicelist.ts * Update modules/menus/bluetooth/devices/devicelist.ts * Update modules/menus/bluetooth/devices/devicelist.ts --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -1054,6 +1054,10 @@ const options = mkOptions(OPTIONS, {
|
||||
menus: {
|
||||
transition: opt<Transition>('crossfade'),
|
||||
transitionTime: opt(200),
|
||||
bluetooth: {
|
||||
showBattery: opt(false),
|
||||
batteryIcon: opt(''),
|
||||
},
|
||||
volume: {
|
||||
raiseMaximumVolume: opt(false),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user