|
|
@ -567,8 +567,11 @@ bool bar_setup(struct swaybar *bar, const char *socket_path) {
|
|
|
|
pointer->cursor_surface = wl_compositor_create_surface(bar->compositor);
|
|
|
|
pointer->cursor_surface = wl_compositor_create_surface(bar->compositor);
|
|
|
|
assert(pointer->cursor_surface);
|
|
|
|
assert(pointer->cursor_surface);
|
|
|
|
|
|
|
|
|
|
|
|
ipc_get_workspaces(bar);
|
|
|
|
if (bar->config->workspace_buttons) {
|
|
|
|
set_bar_dirty(bar);
|
|
|
|
if (ipc_get_workspaces(bar)) {
|
|
|
|
|
|
|
|
set_bar_dirty(bar);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
return true;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|