Files
Waybar/include/util
Austin Horstman 2355486cb3 feat(util): add GLib command stream for nonblocking line reads
Add a small GLib-backed helper for command stdout that integrates with the main loop instead of blocking on getline() in a worker thread.

The helper keeps the existing child setup semantics used by Waybar commands, including process groups, parent-death signaling, and WAYBAR_OUTPUT_NAME propagation.

This is the foundation for moving long-running custom commands away from manual poll/read logic in the module itself.

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
2026-07-04 08:40:31 -05:00
..
2026-07-04 01:42:35 +02:00
2026-02-04 09:24:14 +01:00
2026-03-28 23:44:41 -04:00
2026-03-05 13:29:14 +01:00
2024-07-02 10:38:58 -05:00