Changed from config files from being user-centric to system. Some refactoring. Added install script

This commit is contained in:
amazing-username
2018-07-23 21:30:52 -04:00
parent 63ff22973b
commit 0777990b5e
11 changed files with 37 additions and 51 deletions
+3
View File
@@ -1,6 +1,8 @@
#ifndef AUDIOINFORMATION_H
#define AUDIOINFORMATION_H
#include<string>
class AudioInformation
{
public:
@@ -11,6 +13,7 @@ public:
private:
void stripInformation();
std::string audioInfoPath{"/usr/lib/AudioControl/audio.txt"};
unsigned short volume = 0;
unsigned short count = 0;
const unsigned short MAXCOUNTS = 3;