[ram-widget] Make widget appear ontop.

This commit is contained in:
Florian Lindner 2020-11-30 22:51:47 +01:00
parent 10c237ce14
commit 91e4d3882a
1 changed files with 1 additions and 0 deletions

View File

@ -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,