added output class to dwl/mangowm allowing tags to display differently when the output is focused (for multi-monitor setups)

This commit is contained in:
lilly-lizard
2026-04-14 13:47:53 +12:00
parent e9741829d8
commit 0ee4fd4aa2
4 changed files with 20 additions and 6 deletions
+2
View File
@@ -21,6 +21,8 @@ class Tags : public waybar::AModule {
void handle_primary_clicked(uint32_t tag);
bool handle_button_press(GdkEventButton* event_button, uint32_t tag);
void handle_active_output(zdwl_ipc_output_v2* zdwl_output_v2, uint32_t active);
struct zdwl_ipc_manager_v2* status_manager_;
struct wl_seat* seat_;