Merge pull request #4080 from proycon/river-layout-class

This commit is contained in:
Alexis Rouillard
2025-08-08 08:23:12 +02:00
committed by GitHub
3 changed files with 10 additions and 1 deletions

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_;