benjamimgois / goverlay

GOverlay is an opensource project that aims to create a Graphical UI to help manage Linux overlays.
GNU General Public License v3.0
597 stars 42 forks source link

Setting for Gamepad Battery #75

Open ToastedWookiee opened 11 months ago

ToastedWookiee commented 11 months ago

The setting to show gamepad_battery has been changed as referenced here, and therefore no longer works with the setting from goverlay.

https://github.com/flightlessmango/MangoHud/issues/1108#issuecomment-1718527867

Ok just pushed a commit, it changes things a bit though.

gamepad_battery is no more now it is device_battery which takes a string.

for example device_battery=gamepad or device_battery=mouse or device_battery=gamepad,mouse for both.

benjamimgois commented 11 months ago

Thanks for the tip @ToastedWookiee , i'll update the code on 1.0 release that isn't upstreamed yet.