[dev] I made a bluetooth-control-thing

2022-06-15 Thread Stefan Mark
I was always a bit annoyed by the lack of a simple, gui-based bluetooth control thing. Like blueman, but not in a scripting language. And maybe with somewhat simpler interface. Thus i did this: https://git.weitnahbei.de/nullmark/little_blue_man Its written in C, uses drw and dbus and it works. At

Re: [dev] I made a bluetooth-control-thing

2022-06-16 Thread David Demelier
On Wed, 2022-06-15 at 17:30 +0200, Stefan Mark wrote: > I was always a bit annoyed by the lack of a simple, gui-based > bluetooth > control thing. Like blueman, but not in a scripting language. And > maybe > with somewhat simpler interface. > > Thus i did this: > https://git.weitnahbei.de/nullmark

Re: [dev] I made a bluetooth-control-thing

2022-06-16 Thread Ethan Marshall
Thanks a lot for this! I have switched to using it instead of blueman-applet and it works great so far. The simple UI is so much better than the maze of a menu that blueman seems to have. I love it! Other than the criticisms mentioned by the other guy in the first reply, I would ask if there is a

Re: [dev] I made a bluetooth-control-thing

2022-06-16 Thread Ethan Marshall
On 16/06/22 04:33pm, David Demelier wrote: > > Hi, > > There is something wrong with the makefile because each time I type > make it keeps rebuilding everything. From having built it myself, I can confirm that change detection seems to be broken for libsl/drw.c and all files in the libwdgt and sdb

Re: [dev] I made a bluetooth-control-thing

2022-06-20 Thread Stefan Mark
On Thu, 16 Jun 2022 19:39:14 +0100 Ethan Marshall wrote: > On 16/06/22 04:33pm, David Demelier wrote: > > > > Hi, > > > > There is something wrong with the makefile because each time I type > > make it keeps rebuilding everything. > > From having built it myself, I can confirm that change dete