GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
waybar-cffi(5) FreeBSD File Formats Manual waybar-cffi(5)

waybar - cffi module

The cffi module gives full control of a GTK widget to a third-party dynamic library, to create more complex modules using different programming languages.

Addressed by cffi/<name>

module_path:
typeof: string
The path to the dynamic library to load to control the widget.

expand:
typeof: bool
default: false
Enables this module to consume all left over space dynamically.

Some additional configuration may be required depending on the cffi dynamic library being used.

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"
}

The classes and IDs are managed by the cffi dynamic library.

2025-07-19

Search for    or go to Top of page |  Section 5 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.