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 7b220cb2ae
fix: issues with bar appearing on wrong monitor
Due to a GTK bug, the bar relied on GDK and the compositor reporting monitors in the same order. This broke down when monitors were connected, or occasionally on reload.

This reverts the workaround put in place for the bug, since it has since been patched upstream
2025-05-19 15:29:26 +01:00
..
clients fix(workspaces): reload broken on niri 2025-05-18 19:54:42 +01:00
config refactor: improvements to feature flags 2025-05-16 22:33:54 +01:00
dynamic_value refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
image refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
ipc refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
modules feat(custom): add halign and valign options to box widget (#988) 2025-05-19 09:20:59 +01:00
bar.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00:00
channels.rs refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
cli.rs feat: add shell completions 2024-12-29 00:19:02 +00:00
desktop_file.rs refactor: update to rust 2024, fix strict clippy warnings 2025-03-03 21:28:29 +00: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: replace channel macros with ext trait methods 2025-05-18 15:22:58 +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 fix: issues with bar appearing on wrong monitor 2025-05-19 15:29:26 +01:00
popup.rs refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
script.rs refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00
style.rs refactor: replace channel macros with ext trait methods 2025-05-18 15:22:58 +01:00