summaryrefslogtreecommitdiff
path: root/examples/py/simple-bar
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-12-21 21:25:29 +0100
committerAylur <[email protected]>2024-12-21 21:25:29 +0100
commite0a6b7fc5ae38f13e5c110956bb94ac3b41bfb14 (patch)
treeaebfe3e620372efdd595f6479268bc551e4c519a /examples/py/simple-bar
parentfcef5cea5ca84fa06a74e69de34e84b4d0842fcc (diff)
parent0507a6bf1035ddbe72fdb64c0fb5dc1c991faeaf (diff)
Merge branch 'main' into feat/wayland-glib
Diffstat (limited to 'examples/py/simple-bar')
-rw-r--r--examples/py/simple-bar/widget/Bar.py2
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())