Merge pull request #330 from Organic-Code/master

Adding sway/workspaces:persistant_workspaces
This commit is contained in:
Alex
2019-05-20 14:33:31 +02:00
committed by GitHub
2 changed files with 86 additions and 3 deletions

View File

@ -35,6 +35,7 @@ class Workspaces : public IModule, public sigc::trackable {
const Bar& bar_;
const Json::Value& config_;
std::vector<Json::Value> workspaces_;
std::vector<std::string> workspaces_order_;
waybar::util::SleeperThread thread_;
std::mutex mutex_;
Gtk::Box box_;