mirror of
https://github.com/swaywm/sway.git
synced 2026-04-18 06:46:56 -04:00
Implement empty workspaces in swaybar
This commit is contained in:
parent
d3ac856688
commit
173c918e43
10 changed files with 44 additions and 0 deletions
|
|
@ -86,6 +86,7 @@ struct swaybar_workspace {
|
|||
bool focused;
|
||||
bool visible;
|
||||
bool urgent;
|
||||
bool empty;
|
||||
};
|
||||
|
||||
bool bar_setup(struct swaybar *bar, const char *socket_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue