mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
disablle deskttop soourec
This commit is contained in:
parent
161ff64293
commit
7b60e8a42f
@ -103,6 +103,7 @@ void AWKeys::initKeys(const QString &_currentPattern, const int _interval, const
|
|||||||
m_aggregator->initFormatters();
|
m_aggregator->initFormatters();
|
||||||
m_keyOperator->setPattern(_currentPattern);
|
m_keyOperator->setPattern(_currentPattern);
|
||||||
m_keyOperator->updateCache();
|
m_keyOperator->updateCache();
|
||||||
|
m_dataEngineAggregator->connectSources();
|
||||||
|
|
||||||
// timer
|
// timer
|
||||||
m_timer->setInterval(_interval);
|
m_timer->setInterval(_interval);
|
||||||
|
@ -64,7 +64,8 @@ void ExtSysMonAggregator::init(const QHash<QString, QString> &_config)
|
|||||||
// custom
|
// custom
|
||||||
createSensor("custom", i18n("Scripts"), new CustomSource(this, {}));
|
createSensor("custom", i18n("Scripts"), new CustomSource(this, {}));
|
||||||
// desktop
|
// desktop
|
||||||
createSensor("desktop", i18n("Desktop"), new DesktopSource(this, {}));
|
// FIXME causes segfault in kde libs
|
||||||
|
// createSensor("desktop", i18n("Desktop"), new DesktopSource(this, {}));
|
||||||
// gpu load
|
// gpu load
|
||||||
createSensor("gpuload", i18n("GPU load"), new GPULoadSource(this, {_config["GPUDEV"]}));
|
createSensor("gpuload", i18n("GPU load"), new GPULoadSource(this, {_config["GPUDEV"]}));
|
||||||
// gpu temperature
|
// gpu temperature
|
||||||
|
Loading…
Reference in New Issue
Block a user