flightlessmango / MangoHud

A Vulkan and OpenGL overlay for monitoring FPS, temperatures, CPU/GPU load and more. Discord: https://discordapp.com/invite/Gj5YmBb
MIT License
6.13k stars 262 forks source link

[Feature Request] Add an option to shorten device names for battery reporting #1306

Closed CNR0706 closed 2 months ago

CNR0706 commented 2 months ago

Some devices have ridiculously long names that partly cover the actual battery indicator in MangoHud (looking at you Logitech).

It would be nice to have an option to shorten these or perhaps replace them with a customized name. Right now my MangoHud looks pretty messy because of this.

image

gort818 commented 2 months ago

Yeah that looks bad, I might just set a character limit to truncate it. Or just stop using device name and replace with Logitech Mouse

gort818 commented 2 months ago

Fixed here 7497b1da3f5874139839ecef562a015c49f4e400

I replaced the device name with LOGI MOUSE/KB until I find something more elegant.

CNR0706 commented 2 months ago

Awesome, thank you!