workspace taskbars: More config options

- orientation
- icon-size
- icon-theme
This commit is contained in:
Pol Rivero
2024-12-31 20:15:21 +01:00
parent 1c07ca0099
commit fdb9004048
5 changed files with 35 additions and 8 deletions

View File

@ -63,7 +63,6 @@ class Workspace {
std::optional<WindowRepr> closeWindow(WindowAddress const& addr);
void update(const std::string& workspace_icon);
void updateTaskbar(const std::string& workspace_icon);
private:
Workspaces& m_workspaceManager;
@ -85,6 +84,8 @@ class Workspace {
Gtk::Box m_content;
Gtk::Label m_labelBefore;
Gtk::Label m_labelAfter;
void updateTaskbar(const std::string& workspace_icon);
};
} // namespace waybar::modules::hyprland