-
Notifications
You must be signed in to change notification settings - Fork 1
Home
libpanel
is a library designed for gnome shell extensions, enabling them to add new panels to the quick settings menu. Those panels can be dragged around by the user to move them wherever they want.
The documentation for the API is on this wiki. You can also find here an old raw documentation of many internal objects used in libpanel.
While using this library, please be aware that it essentially replaces the quick settings menu. Consequently, there might be compatibility issues with extensions that attempt to access specific components of the menu. However, it should work seamlessly with extensions that solely add toggles to the menu.
If you encounter any issues that you believe originate from libpanel or experience compatibility problems with other extensions, report them here.