[modules/arch-update] perform update in background

This commit is contained in:
tobi-wan-kenobi 2020-06-03 07:51:44 +02:00
parent cb30b7175d
commit 20866ca7c0

View file

@ -19,6 +19,7 @@ class Module(core.module.Module):
@core.decorators.every(minutes=60)
def __init__(self, config, theme):
super().__init__(config, theme, core.widget.Widget(self.utilization))
self.background = True
self.__packages = 0
self.__error = False