remove clipboard widget from main widgets

This commit is contained in:
ezobnin
2021-08-18 08:26:57 +03:00
parent ddbf4a72e8
commit 04d68bf900

View File

@@ -0,0 +1,9 @@
-- name = "Clipboard"
-- description = "Shows current Clipboard contents"
-- type = "widget"
-- author = "Evgeny Zobnin (zobnin@gmail.com)"
-- version = "1.0"
function on_resume()
ui:show_text(system:get_from_clipboard())
end