mirror of
https://github.com/airstruck/luigi.git
synced 2025-12-19 02:16:43 +00:00
get rid of "defer" hack
This commit is contained in:
@@ -9,9 +9,10 @@ return {
|
||||
align = 'center middle',
|
||||
width = 48,
|
||||
slices = function (self)
|
||||
return self.focused and 'defer'
|
||||
or self.hovered and 'defer'
|
||||
or false
|
||||
if self.focused or self.hovered or self.pressed then
|
||||
return nil -- fall back to theme default
|
||||
end
|
||||
return false -- no slices
|
||||
end
|
||||
},
|
||||
statusbar = {
|
||||
|
||||
Reference in New Issue
Block a user