mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 23:47:20 +00:00
parent
e7babdfde4
commit
c3d953b99e
2
PKGBUILD
2
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 ()
|
||||
|
Binary file not shown.
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user