diff options
author | streetturtle <streetturtle@gmail.com> | 2020-12-05 20:57:04 -0500 |
---|---|---|
committer | streetturtle <streetturtle@gmail.com> | 2020-12-05 20:57:04 -0500 |
commit | a0cd854a4d36167456bb28d255bf96a32321bf2a (patch) | |
tree | b42aa4e39d0b46144ed64d1d4f20e90c28465d3d /run-shell | |
parent | d9eb3885eea90e06b79ff8fc4b2d1c1b8f5e4cfd (diff) |
fix more warnings
Diffstat (limited to 'run-shell')
-rw-r--r-- | run-shell/run-shell.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/run-shell/run-shell.lua b/run-shell/run-shell.lua index 2fda71b..a43c4d5 100644 --- a/run-shell/run-shell.lua +++ b/run-shell/run-shell.lua @@ -45,6 +45,7 @@ function widget.new() widget = wibox.widget.imagebox, resize = false, opacity = 0.2, + --luacheck:ignore 432 set_hover = function(self, opacity) self.opacity = opacity self.image = '/usr/share/icons/Arc/actions/symbolic/system-shutdown-symbolic.svg' |