feat(Workspaces): urgent, visible, focused icons

This commit is contained in:
Alexis
2018-09-05 00:16:56 +02:00
parent 28c65c64e6
commit 7020af7653
3 changed files with 30 additions and 19 deletions

View File

@ -18,7 +18,7 @@ class Workspaces : public IModule {
private:
void worker();
void addWorkspace(Json::Value);
std::string getIcon(std::string);
std::string getIcon(std::string, Json::Value);
bool handleScroll(GdkEventScroll*);
int getPrevWorkspace();
int getNextWorkspace();