Julien

Results 24 comments of Julien

You could achieve this by tweaking the script that gives you the window title string in a way that it always puts out a string of a defined minimum width,...

Not the author, but as far as I understand, XFT support does add quite a bit of code and code complexity. However, not everyone needs the feature. Lemonbar currently sets...

This seems to be related to #198 and #703

This seems to be related to #703 and #364

Adding to this that the behavior definitely seems inconsistent. Try using emphasis two times in the same word, like this: `a_we_so_me_` The first set of underscores appears verbatim in the...

I'd like to add a thought to this: Programs to query (system) information, like memory and CPU usage, battery level, volume, temperatures, weather, date, time, workspaces and many more have...

I couldn't find any code using `libpulse` in your repository, but I'll just share the issue I have had with libpulse and memory leaks a while back. Maybe it helps....

I've been researching this problem today for several hours. Multiple people in the office have reported this same problem - first connection works, but once the Joy-Cons turn off or...

> Keeping a user-defined pointer per client also sounds pretty cool. It could, for example, hold pointers to specific data structures for certain types of clients, etc. Perhaps this is...

> I prefer creating two methods (instead of letting the user directly access the ws_cli_conn_t) because the structure also contains wsServer internal data, so I prefer to keep this typedef...