From dafb191661d88c3182b6571461df56687ec90cdd Mon Sep 17 00:00:00 2001 From: kotontrion <141950090+kotontrion@users.noreply.github.com> Date: Sat, 21 Dec 2024 00:46:34 +0100 Subject: astal3 icon: use Gtk Image's GIcon (#187) --- examples/py/simple-bar/widget/Bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/py/simple-bar/widget/Bar.py') 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()) -- cgit v1.2.3