mirror of
https://github.com/scorpion-26/gBar.git
synced 2024-11-24 20:22:10 +00:00
ad92b7c12a
Even though it isn't faster than Hyprland IPC, it still is more flexible and more future proof. Closes https://github.com/scorpion-26/gBar/issues/8
10 lines
479 B
Meson
10 lines
479 B
Meson
# Deprecated, use WithWorkspaces instead
|
|
option('WithHyprland', type: 'boolean', value : false)
|
|
option('WithWorkspaces', type: 'boolean', value : true)
|
|
option('WithNvidia', type: 'boolean', value : true)
|
|
option('WithAMD', type: 'boolean', value : true)
|
|
option('WithBlueZ', type: 'boolean', value : true)
|
|
option('ForceHyprlandIPC', type: 'boolean', value : false)
|
|
|
|
# You shouldn't enable this, unless you know what you are doing!
|
|
option('WithSys', type: 'boolean', value : false)
|