summaryrefslogtreecommitdiff
path: root/run-shell/run-shell.lua
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@users.noreply.github.com>2020-12-07 15:33:55 -0500
committerGitHub <noreply@github.com>2020-12-07 15:33:55 -0500
commitd4971690cec1e074999e730d87045e578d71e43c (patch)
treeb0f05079840eba5467e14bdcd093ad3ed5362cf4 /run-shell/run-shell.lua
parentf078748e76eacae599cf0ad06120d9fff54f8fa5 (diff)
parented2b256407291d8edadfcea9380029633cc7d9d8 (diff)
Merge pull request #224 from streetturtle/comply-with-luacheck
Comply with luacheck
Diffstat (limited to 'run-shell/run-shell.lua')
-rw-r--r--run-shell/run-shell.lua1
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'