Merge pull request #221 from floli/make-ram-widget-ontop

[ram-widget] Make widget appear ontop.
This commit is contained in:
streetturtle 2020-12-16 21:21:16 -05:00 committed by GitHub
commit 3cacea5d4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ local function worker(user_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,