scorpion-26 / gBar

Blazingly fast status bar written with GTK
MIT License
478 stars 17 forks source link

Implement ext-workspace-unstable-v1 #8

Closed scorpion-26 closed 1 year ago

scorpion-26 commented 1 year ago

Currently the method of communicating between Hyprland and gBar is Hyprland's IPC, which is really inefficient (About 4% CPU usage just for that). Thus it would be desirable to implement the ext-workspace-unstable-v1 Wayland protocol.

scorpion-26 commented 1 year ago

Now implemented. TLDR: It wasn't the culprit for the performance issues, but those are now fixed with 660e690195919cf657bc2177f7ec03134fc36e56.