i3pyblocks icon indicating copy to clipboard operation
i3pyblocks copied to clipboard

A replacement for i3status, written in Python using asyncio.

Results 4 i3pyblocks issues
Sort by recently updated
recently updated
newest added

Sometimes i3pyblocks takes several GB of RAM or 100% CPU. Does it happen also to other users? @thiagokokada, could you help me to debug the problem -- for example how...

I am running Python 3.11.3 on Arch Linux. Your example config i3pyblocks/example.py fails to run because aionotify doesn't work with 3.11. See: - https://github.com/rbarrois/aionotify/issues/18 This references another bug report: -...

I think it might be beneficial to rewrite the MediaPlayerBlock based on a MPRIS2 library to more easily add features to it. Features I have in mind are: - everything...

There is already a `SensorsBatteryBlock`, but it is based on `PollingBlock`. Instead, let's reimplement it using `sysfs` interface (https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-class-power) and `FileWatcherBlock` (based on `aionotify`). Some posts in StackOverflow on how...