Merge pull request #221 from floli/make-ram-widget-ontop
[ram-widget] Make widget appear ontop.
This commit is contained in:
commit
3cacea5d4e
|
@ -26,6 +26,7 @@ local function worker(user_args)
|
||||||
|
|
||||||
--- Widget which is shown when user clicks on the ram widget
|
--- Widget which is shown when user clicks on the ram widget
|
||||||
local popup = awful.popup{
|
local popup = awful.popup{
|
||||||
|
ontop = true,
|
||||||
visible = false,
|
visible = false,
|
||||||
widget = {
|
widget = {
|
||||||
widget = wibox.widget.piechart,
|
widget = wibox.widget.piechart,
|
||||||
|
|
Loading…
Reference in New Issue