1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-09-15 19:26:58 +02:00
ironbar/src/ipc
Jake Stanger 9d18ce52f5
refactor: recv_glib dependency arrays
Adds a dependency array system to `recv_glib` which internally clones the passed deps and then passes by reference to the callback.

This cleans up a lot of the big `{}` blocks full of `widget.clone()` and removes a lot of boilerplate. Yay!
2025-05-26 22:46:25 +01:00
..
server refactor: recv_glib dependency arrays 2025-05-26 22:46:25 +01:00
client.rs feat(cli): debug flag 2024-06-01 17:01:14 +01:00
commands.rs feat(sysinfo): expose values as ironvars 2025-02-23 16:51:30 +00:00
mod.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
responses.rs fix(ipc): support querying against duplicate bar names 2024-11-16 20:48:12 +00:00