Updates over time

This commit is contained in:
Kevin Alberts 2022-05-28 13:57:05 +02:00
parent 6a265ea3b6
commit cdf5996c40
4 changed files with 10 additions and 2 deletions

View file

@ -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