Commits
- Commit:
bdd52244e14c41456084ff20178c90855bb16942- From:
- Murilo Ijanc <murilo.ijanc@kovi.com.br>
- Date:
add Linux support for ostatus, fix SigAction struct, and make Makefile portable
The SigAction struct had the wrong layout for Linux (sigset_t is 128
bytes, not 4), which would cause memory corruption. ostatus now reads
CPU from /proc/stat, memory from /proc/meminfo, and battery from
/sys/class/power_supply/ on Linux. Makefile auto-detects doas or sudo.
- Commit:
24205f2bf2d214fb410a04d3e30287d625cf3864- From:
- murilo ijanc <murilo@ijanc.org>
- Date:
import owm, an X11 tiling window manager written in Rust
