gBar/meson_options.txt
2024-04-14 18:03:34 +02:00

15 lines
479 B
Meson

# Hyprland IPC
option('WithHyprland', type: 'boolean', value : true)
# Workspaces general, enables Wayland protocol
option('WithWorkspaces', type: 'boolean', value : true)
# Support for loading SCSS directly
option('WithLibSass', type: 'boolean', value : true)
# Tray icons
option('WithSNI', type: 'boolean', value : true)
option('WithNvidia', type: 'boolean', value : true)
option('WithAMD', type: 'boolean', value : true)
option('WithBlueZ', type: 'boolean', value : true)