[modules/arch-update] perform update in background
This commit is contained in:
parent
cb30b7175d
commit
20866ca7c0
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class Module(core.module.Module):
|
||||||
@core.decorators.every(minutes=60)
|
@core.decorators.every(minutes=60)
|
||||||
def __init__(self, config, theme):
|
def __init__(self, config, theme):
|
||||||
super().__init__(config, theme, core.widget.Widget(self.utilization))
|
super().__init__(config, theme, core.widget.Widget(self.utilization))
|
||||||
|
self.background = True
|
||||||
self.__packages = 0
|
self.__packages = 0
|
||||||
self.__error = False
|
self.__error = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue