elParaguayo
elParaguayo
Is it possible to make the plasmoid refresh the update count following an update? I may have been overthinking this but my idea was to have the plasmoid present a...
I'm running librespot on an RPi 3 using a precompiled binary from https://github.com/herrernst/librespot/releases. The version reports itself as `INFO:librespot: librespot cc9dba8 (2017-03-26). Built on 2017-07-17. Build ID: 8zQE3Bpb` The issue...
The StatusNotifierHost only allowed a single callback to be registered. This prevents different widgets from registering their own callbacks. This is not particularly problematic for the stock widget but does...
### The issue: The StatusNotifierHost assumes there's only one widget running at any time and so cannot handle multiple callbacks to different widgets. This could cause some rendering issues (`self.bar.draw()`...
@elParaguayo I am experiencing the same thing. Neither kdeconnect-indicator nor lxqt-notificationd notifiers are visible (was fine on systray btw), but I am receiving this error. ```py 2022-07-26 13:51:12,350 ERROR libqtile...
Just an idea... As far as I know, `subprocess.Popen` uses `os.fork` and `os.execvp` so we could simplify our code here. Thoughts?
The `next` and `previous` commands were broken as the layout looks for `self.current` in the client list. However, `self.current` is a Node, not a client and so there is never...
Similar to the widget screenshots, this PR adds (animated) screenshots for our layouts. It also adds a very simple framework for generating more screenshots for new layouts and configuration examples....
Short "proof of concept" following discussion in #3604. Comments welcome. To confirm that the mixin's default is added to the widget's: 
Currently, commands that wish to be exposed via IPC need to be prefixed with `cmd_` but this prefix is then removed when calling commands. This can cause confusion for users....