gBar/meson_options.txt

16 lines
505 B
Meson
Raw Normal View History

# Hyprland IPC
option('WithHyprland', type: 'boolean', value : true)
# Workspaces general, enables Wayland protocol
option('WithWorkspaces', type: 'boolean', value : true)
# Tray icons
2023-05-03 18:57:24 +00:00
option('WithSNI', type: 'boolean', value : true)
option('WithNvidia', type: 'boolean', value : true)
option('WithAMD', type: 'boolean', value : true)
option('WithBlueZ', type: 'boolean', value : true)
2023-01-13 15:13:56 +00:00
# You shouldn't enable this, unless you know what you are doing!
option('WithSys', type: 'boolean', value : false)