summaryrefslogtreecommitdiff
path: root/examples/lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/lua')
-rw-r--r--examples/lua/simple-bar/widget/Bar.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/lua/simple-bar/widget/Bar.lua b/examples/lua/simple-bar/widget/Bar.lua
index 56cb060..d44db2d 100644
--- a/examples/lua/simple-bar/widget/Bar.lua
+++ b/examples/lua/simple-bar/widget/Bar.lua
@@ -97,7 +97,7 @@ local function BatteryLevel()
class_name = "Battery",
visible = bind(bat, "is-present"),
Widget.Icon({
- icon = bind(bat, "icon-name"),
+ icon = bind(bat, "battery-icon-name"),
}),
Widget.Label({
label = bind(bat, "percentage"):as(function(p)