Updates over time
This commit is contained in:
parent
6a265ea3b6
commit
cdf5996c40
4 changed files with 10 additions and 2 deletions
|
@ -196,7 +196,7 @@ class KuroTopBar(Bar):
|
|||
self.theme = theme
|
||||
super(KuroTopBar, self).__init__(widgets, size, **config)
|
||||
|
||||
def _configure(self, qtile, screen):
|
||||
def _configure(self, qtile, screen, *args, **kwargs):
|
||||
super(KuroTopBar, self)._configure(qtile, screen)
|
||||
self.window.handle_EnterNotify = self.handle_enter_notify
|
||||
self.window.handle_LeaveNotify = self.handle_leave_notify
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue