Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
This will definitely be useful, as I'd like to develop a GTK applet that shows this percentage.
-
@kescherRant That would be really nice!
The code needs a little bit of change to be ready for a gui. -
Well it's fun how android has it and even damn windows is having it since ages but not Linux...
-
@whocares Perhaps the MAC address should be passed in via a command-line parameter.
-
@kescherRant For me one mac is enough but yeah that would make it more general. I'll add it.
-
@whocares Yeah, I just like to connect multiple Bluetooth devices simultaneously.
-
@neoliun It will probably work on win/mac through command line.
I don't have the time to make a gui now. -
@whocares Take a look at Gooey.
Just a tiny bit of tweaking and you might have something good.
https://github.com/chriskiehl/Gooey
Related Rants
last night i was searching for a way to check the battery charge level of my bluetooth headset on linux. None of the workarounds seemed to work for me. I did some research on how bluetooth devices communicate over socket and wrote a python script to do the job. I'm sharing it here. It may be useful for you too.
https://github.com/TheWeirdDev/...
rant
bluethooth headset
battery level
python