Merge branch 'master' into river-tags-monitor-focus

This commit is contained in:
lilly-lizard
2025-10-09 17:16:33 +13:00
163 changed files with 5559 additions and 2510 deletions
+1
View File
@@ -24,6 +24,7 @@ class Layout : public waybar::ALabel {
private:
const waybar::Bar &bar_;
std::string name_;
struct wl_output *output_; // stores the output this module belongs to
struct wl_output *focused_output_; // stores the currently focused output
struct zriver_output_status_v1 *output_status_;
+1
View File
@@ -23,6 +23,7 @@ class Tags : public waybar::AModule {
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);
bool handle_button_press(GdkEventButton *event_button, uint32_t tag);