|
NAMEwaybar - cffi module DESCRIPTIONThe cffi module gives full control of a GTK widget to a third-party dynamic library, to create more complex modules using different programming languages. CONFIGURATIONAddressed by cffi/<name> module_path:
expand:
Some additional configuration may be required depending on the cffi dynamic library being used. EXAMPLESC example:An example module written in C can be found at https://github.com/Alexays/Waybar/resources/custom_modules/cffi_example/ Waybar config to enable the module: "cffi/c_example": {
"module_path": ".config/waybar/cffi/wb_cffi_example.so"
}
STYLEThe classes and IDs are managed by the cffi dynamic library.
|