Merge pull request #5017 from nonamescm/add-static-river-tag-classes

River/tags: Add static CSS classes for all available tags.
This commit is contained in:
Alexis Rouillard
2026-07-04 00:14:54 +02:00
committed by GitHub
3 changed files with 9 additions and 7 deletions
+3 -3
View File
@@ -20,8 +20,8 @@ class Tags : public waybar::AModule {
void handle_focused_tags(uint32_t tags);
void handle_view_tags(struct wl_array* tags);
void handle_urgent_tags(uint32_t tags);
void handle_focused_output(struct wl_output *output);
void handle_unfocused_output(struct wl_output *output);
void handle_focused_output(struct wl_output* output);
void handle_unfocused_output(struct wl_output* output);
void handle_show();
void handle_primary_clicked(uint32_t tag);
@@ -33,7 +33,7 @@ class Tags : public waybar::AModule {
private:
const waybar::Bar& bar_;
struct wl_output *output_; // stores the output this module belongs to
struct wl_output* output_; // stores the output this module belongs to
Gtk::Box box_;
std::vector<Gtk::Button> buttons_;
struct zriver_output_status_v1* output_status_;