[ram-widget] Make widget appear ontop.
This commit is contained in:
parent
10c237ce14
commit
91e4d3882a
|
@ -26,6 +26,7 @@ local function worker(args)
|
|||
|
||||
--- Widget which is shown when user clicks on the ram widget
|
||||
local popup = awful.popup{
|
||||
ontop = true,
|
||||
visible = false,
|
||||
widget = {
|
||||
widget = wibox.widget.piechart,
|
||||
|
|
Loading…
Reference in New Issue