feat: format-fullscreen and format-windowed override added
This commit is contained in:
@ -22,6 +22,7 @@ class WindowCount : public waybar::AAppIconLabel, public EventHandler {
|
||||
struct Workspace {
|
||||
int id;
|
||||
int windows;
|
||||
bool hasfullscreen;
|
||||
static auto parse(const Json::Value& value) -> Workspace;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user