mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-14 22:35:49 +00:00
disablle deskttop soourec
This commit is contained in:
@ -64,7 +64,8 @@ void ExtSysMonAggregator::init(const QHash<QString, QString> &_config)
|
||||
// custom
|
||||
createSensor("custom", i18n("Scripts"), new CustomSource(this, {}));
|
||||
// desktop
|
||||
createSensor("desktop", i18n("Desktop"), new DesktopSource(this, {}));
|
||||
// FIXME causes segfault in kde libs
|
||||
// createSensor("desktop", i18n("Desktop"), new DesktopSource(this, {}));
|
||||
// gpu load
|
||||
createSensor("gpuload", i18n("GPU load"), new GPULoadSource(this, {_config["GPUDEV"]}));
|
||||
// gpu temperature
|
||||
|
Reference in New Issue
Block a user