gBar/meson_options.txt
2023-05-04 13:57:50 +02:00

15 lines
533 B
Meson

# Hyprland IPC
option('WithHyprland', type: 'boolean', value : true)
# Workspaces general, enables Wayland protocol
option('WithWorkspaces', type: 'boolean', value : true)
# Tray icons, requires stb git submodule
option('WithSNI', type: 'boolean', value : true)
option('WithNvidia', type: 'boolean', value : true)
option('WithAMD', type: 'boolean', value : true)
option('WithBlueZ', type: 'boolean', value : true)
# You shouldn't enable this, unless you know what you are doing!
option('WithSys', type: 'boolean', value : false)