1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00
ironbar/src
Jake Stanger 673b05e337
fix: panic when module controller errors
If an individual controller fails, it will now error independently and allow other modules to continue loading.

Fixes #1057
2025-06-22 16:26:19 +01:00
..
clients refactor: fix some strict clippy warnings 2025-05-25 12:14:24 +01:00
config fix: panic when module controller errors 2025-06-22 16:26:19 +01:00
dynamic_value refactor: recv_glib dependency arrays 2025-05-26 22:46:25 +01:00
image fix: regression - image prefixes not handled correctly 2025-05-27 11:38:08 +01:00
ipc refactor: fix clippy warnings 2025-05-27 13:33:05 +01:00
modules fix(upower): round battery percent to whole number (#1058) 2025-06-20 18:20:27 +01:00
bar.rs fix: panic when module controller errors 2025-06-22 16:26:19 +01:00
channels.rs refactor: remove unnecessary Clone constraint from recv_glib methods 2025-05-27 13:31:22 +01:00
cli.rs feat: add shell completions 2024-12-29 00:19:02 +00:00
desktop_file.rs feat: add menu module 2025-05-26 16:23:49 +01:00
error.rs fix(wayland): exit on event dispatch error 2024-06-20 20:58:56 +01:00
gtk_helpers.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
ironvar.rs refactor: fix some strict clippy warnings 2025-05-25 12:14:24 +01:00
logging.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
macros.rs refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
main.rs feat: change icon_overrides to apply to all resolved images 2025-05-25 16:24:17 +01:00
popup.rs refactor: recv_glib dependency arrays 2025-05-26 22:46:25 +01:00
script.rs refactor: fix some strict clippy warnings 2025-05-25 12:14:24 +01:00
style.rs refactor: recv_glib dependency arrays 2025-05-26 22:46:25 +01:00