fix code style
This commit is contained in:
@@ -6,17 +6,16 @@
|
||||
|
||||
#include "services/hyprland.hpp"
|
||||
|
||||
class WorkspaceIndicator : public Gtk::Box
|
||||
{
|
||||
class WorkspaceIndicator : public Gtk::Box {
|
||||
public:
|
||||
WorkspaceIndicator(HyprlandService &service, int monitorId);
|
||||
~WorkspaceIndicator() override;
|
||||
|
||||
private:
|
||||
HyprlandService &m_service;
|
||||
int m_monitorId;
|
||||
sigc::connection m_workspaceConnection;
|
||||
sigc::connection m_monitorConnection;
|
||||
HyprlandService &service;
|
||||
int monitorId;
|
||||
sigc::connection workspaceConnection;
|
||||
sigc::connection monitorConnection;
|
||||
|
||||
void rebuild();
|
||||
void on_workspace_update(int monitorId);
|
||||
|
||||
Reference in New Issue
Block a user