diff --git a/PKGBUILD b/PKGBUILD index 7959d68..ddebce3 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -19,7 +19,7 @@ makedepends=('automoc4' 'cmake') source=(https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_pkgname}-${pkgver}.plasmoid https://github.com/arcan1s/pytextmonitor/releases/download/V.${pkgver}/${_dtengine}-${_dtver}.zip) install=${pkgname}.install -md5sums=('5f619e6770bec8dbf7d18907d3a2143e' +md5sums=('de54ece6545d28888a60d33f09ce69a1' '775bc3a6057f2dc1696f09b8d315a3e9') build () diff --git a/py-text-monitor-1.3.6.plasmoid b/py-text-monitor-1.3.6.plasmoid index d849517..d180e28 100644 Binary files a/py-text-monitor-1.3.6.plasmoid and b/py-text-monitor-1.3.6.plasmoid differ diff --git a/sources/contents/code/reinit.py b/sources/contents/code/reinit.py index cc6627b..3aa4b4d 100644 --- a/sources/contents/code/reinit.py +++ b/sources/contents/code/reinit.py @@ -272,9 +272,9 @@ class Reinit(): self.parent.layout.addItem(self.parent.label_hddtemp) if not confAccept: self.parent.applet.setLayout(self.parent.layout) - self.parent.theme = Plasma.Svg(self.parent) - self.parent.theme.setImagePath("widgets/background") - self.parent.setBackgroundHints(Plasma.Applet.DefaultBackground) + self.parent.theme = Plasma.Svg(self.parent) + self.parent.theme.setImagePath("widgets/background") + self.parent.setBackgroundHints(Plasma.Applet.DefaultBackground) self.parent.resize(10,10) # create dataengines