scorpion-26

Results 40 comments of scorpion-26

@TheCherno I checked the newest commit out and tried to run it under x64 Linux and using clang as the compiler. Aside from some difficulties compiling under Linux, std::for_each() by...

> 1- Custom module I already had the idea of a pacman/packages widget, so I'll probably implement that in upstream gBar at some point in the near future. For custom...

> 1- Custom module, I know that gBar have a Plugins module, but not anybody have the skill to program in C++, with a custom module we can make or...

I don't think a highly dynamic module is particularly fit for upstream gBar (because of it's highly dynamic nature and drawing being very inefficient). Though once I implement custom widgets...

Might be a good idea, I have to update the README.md anyways, since there is a lot of outdated information on there.

Very strange... I too notice random crashes, but cannot pin point them to anything. Can you open the crash dump with gdb and run ```bt```, so I know what to...

Okay, the wall of ```SNI: Cannot remove unregistered bus name xxx``` should now be fixed. I don't know whether this was the cause of the crash, though, so the crash...

The logs point towards a crash in ```gtk_widget_destroy``` (although the LOG I do before calling ```gtk_widget_destroy``` is not there, which is a bit weird). So this seems to be like...

> the possibility to add launchers. Is there somewhere a plugin for it? Couldn't find one. AFAIK there isn't such a plugins. In fact, I'm not aware of any public...

The things you need to add are pretty similar across the different bar components and you can pretty much copy-paste and then adapt them accordingly. Since I'm guessing you want...