feat: format-fullscreen and format-windowed override added

This commit is contained in:
Khiet Tam Nguyen
2024-08-24 01:25:50 +10:00
parent 1b282e67a7
commit 38ffb24c52
2 changed files with 17 additions and 8 deletions

View File

@ -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;
};