forked from dnkl/yambar
Modular status panel for X11 and Wayland, inspired by https://github.com/jaagr/polybar
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
377 B
7 lines
377 B
option( |
|
'backend-x11', type: 'feature', value: 'enabled', description: 'XCB (X11) backend') |
|
option( |
|
'backend-wayland', type: 'feature', value: 'enabled', description: 'Wayland backend') |
|
option( |
|
'core-plugins-as-shared-libraries', type: 'boolean', value: false, |
|
description: 'Compiles modules, particles and decorations as shared libraries, which are loaded on-demand')
|
|
|