mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-12-20 03:43:41 +00:00
Release ext-sysmon 1.5
+ added configuration file
This commit is contained in:
@ -32,9 +32,14 @@ public:
|
||||
protected:
|
||||
bool sourceRequestEvent(const QString &name);
|
||||
bool updateSourceEvent(const QString &source);
|
||||
bool readConfiguration(const QString confFileName);
|
||||
QStringList sources() const;
|
||||
// main configuration
|
||||
QStringList hdddev;
|
||||
QString gpudev;
|
||||
QStringList sources() const;
|
||||
// configuration
|
||||
QString mpdAddress;
|
||||
QString mpdPort;
|
||||
};
|
||||
|
||||
#endif // EXTSYSMON_H
|
||||
|
||||
Reference in New Issue
Block a user