diff options
author | Aylur <[email protected]> | 2024-12-24 21:38:12 +0100 |
---|---|---|
committer | Aylur <[email protected]> | 2024-12-24 21:38:12 +0100 |
commit | 22ab42c2bb5532064d704931729ddba089dd7276 (patch) | |
tree | 6dcf003fd140f2023210b8554d08af34b0b9586c /examples/py/simple-bar/widget/Bar.py | |
parent | 27544705dfe77b50f919a166f06d5b96560dd2fd (diff) | |
parent | 3468763d51d389c67ec7b1a390ffa8a5328bddb6 (diff) |
Merge branch 'main' into feat/jsx-gtk4
Diffstat (limited to 'examples/py/simple-bar/widget/Bar.py')
-rw-r--r-- | examples/py/simple-bar/widget/Bar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/py/simple-bar/widget/Bar.py b/examples/py/simple-bar/widget/Bar.py index 3c5c3f8..c6902b4 100644 --- a/examples/py/simple-bar/widget/Bar.py +++ b/examples/py/simple-bar/widget/Bar.py @@ -124,7 +124,7 @@ class SysTray(Gtk.Box): icon = Astal.Icon(visible=True) item.bind_property("tooltip-markup", btn, "tooltip-markup", SYNC) - item.bind_property("gicon", icon, "g-icon", SYNC) + item.bind_property("gicon", icon, "gicon", SYNC) item.bind_property("menu-model", btn, "menu-model", SYNC) btn.insert_action_group("dbusmenu", item.get_action_group()) |