diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-12-16 21:21:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 21:21:16 -0500 |
commit | 3cacea5d4e40ddac2f5c4affab3c9625d6a3e03d (patch) | |
tree | 203164e8f7e7bc938b56c7966a4758deb4994896 | |
parent | ea9934186cabc01dc11a665516aad3a5e3b54bf4 (diff) | |
parent | 91e4d3882a7e0cd06534e3c45c29ae2021acb1d3 (diff) |
Merge pull request #221 from floli/make-ram-widget-ontop
[ram-widget] Make widget appear ontop.
-rw-r--r-- | ram-widget/ram-widget.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ram-widget/ram-widget.lua b/ram-widget/ram-widget.lua index 3ef5d6b..49a7d3b 100644 --- a/ram-widget/ram-widget.lua +++ b/ram-widget/ram-widget.lua @@ -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, |