summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorWill McKinnon <[email protected]>2022-10-09 11:51:40 -0400
committerWill McKinnon <[email protected]>2022-10-09 11:51:40 -0400
commitaa9ac7f057ebd9b5b5b2b396505ac0d697d0de43 (patch)
tree1ffd8f66abe179146d0f1375c17c8a5cd39eda02 /meson_options.txt
parent90a80e70417528f41700a2874b75c8e6d133307e (diff)
build: compile with swaybar
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6d2bbfe7..6ba67554 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -2,7 +2,7 @@ option('default-wallpaper', type: 'boolean', value: true, description: 'Install
option('zsh-completions', type: 'boolean', value: true, description: 'Install zsh shell completions.')
option('bash-completions', type: 'boolean', value: true, description: 'Install bash shell completions.')
option('fish-completions', type: 'boolean', value: true, description: 'Install fish shell completions.')
-option('swaybar', type: 'boolean', value: false, description: 'Enable support for swaybar')
+option('swaybar', type: 'boolean', value: true, description: 'Enable support for swaybar')
option('swaynag', type: 'boolean', value: true, description: 'Enable support for swaynag')
option('xwayland', type: 'feature', value: 'auto', description: 'Enable support for X11 applications')
option('tray', type: 'feature', value: 'auto', description: 'Enable support for swaybar tray')