fix workspace interactivity
This commit is contained in:
@@ -16,9 +16,10 @@ class WorkspaceIndicator : public Gtk::Box {
|
||||
int monitorId;
|
||||
sigc::connection workspaceConnection;
|
||||
sigc::connection monitorConnection;
|
||||
std::map<int, Gtk::Label *> workspaceLabels;
|
||||
|
||||
void rebuild();
|
||||
void on_workspace_update(int monitorId);
|
||||
void on_workspace_update();
|
||||
void on_monitor_update();
|
||||
void clear_children();
|
||||
void refreshLabel(Gtk::Label *label, HyprlandService::WorkspaceState state);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user