This commit is contained in:
33KK 2025-02-10 10:35:21 -05:00 committed by GitHub
commit ff032a4bed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 110 additions and 1 deletions

View file

@ -88,6 +88,7 @@ struct swaybar_workspace {
bool focused;
bool visible;
bool urgent;
bool empty;
};
bool bar_setup(struct swaybar *bar, const char *socket_path);