Update variable in docs and fix syntax errors

This commit is contained in:
gokul 2021-10-31 00:18:37 -07:00 committed by GitHub
parent f2ec9d9920
commit 0688673dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ bling.widget.tag_preview.enable {
}
})
end,
background_image = wibox.widget { -- Set a background image (like a wallpaper) for the widget
background_widget = wibox.widget { -- Set a background image (like a wallpaper) for the widget
image = beautiful.wallpaper,
horizontal_fit_policy = "fit",
vertical_fit_policy = "fit",
@ -124,7 +124,7 @@ s.mytaglist = awful.widget.taglist {
self:connect_signal('mouse::leave', function()
-- BLING: Turn the widget off
awesome.emit_signal("bling::tag_preview::visibility", s, false
awesome.emit_signal("bling::tag_preview::visibility", s, false)
if self.has_backup then self.bg = self.backup end
end)