diff --git a/modules/keymap_popup/popup.lua b/modules/keymap_popup/popup.lua index e957319..06bf0d5 100644 --- a/modules/keymap_popup/popup.lua +++ b/modules/keymap_popup/popup.lua @@ -7,7 +7,6 @@ popup.popup = awful.popup { widget = wibox.widget { wibox.widget { image = ru_kb_img, - resize = true, widget = wibox.widget.imagebox, resize = true, forced_width = popup.width, @@ -18,7 +17,7 @@ popup.popup = awful.popup { margins = beautiful.dpi(20), widget = wibox.container.margin }, - + bg = "#00000000", border_width = 0, ontop = true, @@ -71,4 +70,4 @@ popup.widget = wibox.widget { layout = wibox.layout.grid } -return popup \ No newline at end of file +return popup