lockenkop

Results 10 issues of lockenkop

Not much has changed.

### psutil.disk_io_counters() in Disk Entity Acording to psutil docs (https://psutil.readthedocs.io/en/latest/index.html#psutil.disk_io_counters) most relevant values are supported on all except BSD. Namely: - read_count - write_count - read_bytes - write_bytes Other platform...

enhancement

I saw the network entity lingering in ToImplement and while wokring on that did the wifi entity first, since this was the original functionality of the network entity. Options for...

stale

Installed and setup yubikey-agent on my yubikey. Did the setup with yubikey-agent -setup .ssh/config ``` Host github.com IdentityAgent /run/user/1000/yubikey-agent/yubikey-agent.sock ``` journal ``` Jun 10 14:04:19 fenchel-laptop yubikey-agent[43039]: 2024/06/10 14:04:19 agent...

Someone before me stumbled upon this MacOS dependecy import that always raises an exception on every other OS. The MyPy ignores don’t work in my dev env (vscode, debugpy which...

This implements the brightness Entity on Linux using ACPI. https://wiki.archlinux.org/title/backlight Maybe this UDEV rule is needed on some systems, mine didnt need it. ``/etc/udev/rules.d/backlight.rules`` ``ACTION=="add", SUBSYSTEM=="backlight", RUN+="/bin/chgrp video $sys$devpath/brightness", RUN+="/bin/chmod...

Some of them may be debated upon. Most of the changes are return hints

This PR adds Hyprland Support to the ActiveWindow Entity. ![image](https://github.com/richibrics/IoTuring/assets/96825051/b4d021ec-5dc1-4542-8986-b2e0a3463656)

https://github.com/ReimuNotMoe/ydotool Ydotool is a universal input automation tool. I'll have to do some more testing in different wayland and x11 environments. Most features are working already on my hyprland DE...

new entity

I'm implementing cli tools to control wayland. Wlrctl lacks absolute mouse positioning. So i'll implement ydotool next. This will make automating gui interaction easy.

new entity