DeeeeLAN

Results 59 comments of DeeeeLAN
trafficstars

Just installed both updates - It is looking good to me!

Maybe qtile/qtile#3877 is related. The segfault doesn't happen when this widget is disabled.

```bash 2022-11-08 14:07:09,791 ERROR libqtile manager.py:spawn():L1197 couldn't find `/usr/lib/python3.10/site-packages/qtile_extras/resources/visualiser/cava_draw.py` 2022-11-08 14:07:10,794 ERROR libqtile base.py:_wrapper():L355 got exception from widget timer Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/libqtile/widget/base.py", line 353, in _wrapper...

Sorry, missed a line in the error message. Might be relevant. The file is definitely there though... ```bash > ll total 20 drwxr-xr-x 3 root root 4096 Nov 8 14:00...

```bash > python cava_draw.py --width 100 --height 32 --bars 12 --spacing 2 --pipe /tmp/cava.pipe --background "#ffffff" Traceback (most recent call last): File "/usr/lib/python3.10/site-packages/qtile_extras/resources/visualiser/cava_draw.py", line 139, in draw_cava( File "/usr/lib/python3.10/site-packages/qtile_extras/resources/visualiser/cava_draw.py", line...

Something is still off for me. After rebooting, I got this: ```bash 2022-11-08 15:50:59,572 ERROR libqtile manager.py:spawn():L1197 couldn't find `/usr/lib/python3.10/site-packages/qtile_extras/resources/visualiser/cava_draw.py` 2022-11-08 15:51:00,573 ERROR libqtile base.py:_wrapper():L355 got exception from widget timer...

I pulled your update and the visualizer is visible again! I will let it run for a while to confirm I don't see any memory leak issues. However, the bars...

Yeah that is probably it. The left side seems more accurate than the right side. Cava directly supports a configurable number of bars - is it possible to pass that...

Yeah that would be nice, I was expecting it to be a full, tiny visualizer I guess.

That is looking really good. I am still seeing a higher CPU utilization with it enabled vs not, but I haven't seen any slowdown yet so maybe it is fine.