mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 19:07:45 +03:00
Render i3bar blocks
This commit is contained in:
parent
ee85c91831
commit
333dbcbe72
7 changed files with 314 additions and 34 deletions
|
@ -323,7 +323,7 @@ void ipc_initialize(struct swaybar *bar, const char *bar_id) {
|
|||
IPC_SUBSCRIBE, subscribe, &len));
|
||||
}
|
||||
|
||||
bool handle_ipc_event(struct swaybar *bar) {
|
||||
bool handle_ipc_readable(struct swaybar *bar) {
|
||||
struct ipc_response *resp = ipc_recv_response(bar->ipc_event_socketfd);
|
||||
if (!resp) {
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue