From aa9ac7f057ebd9b5b5b2b396505ac0d697d0de43 Mon Sep 17 00:00:00 2001 From: Will McKinnon Date: Sun, 9 Oct 2022 11:51:40 -0400 Subject: [PATCH] build: compile with swaybar --- README.md | 1 - meson_options.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6afbe2be..dd1cf724 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ Sway is an incredible window manager, and certainly one of the most well establi + **Anti-aliased rounded corners and borders** + **Scratchpad treated as minimize**: Allows docks, or panels with a taskbar, to correctly interpret minimize / unminimize requests ([thanks to LCBCrion](https://github.com/swaywm/sway/issues/6457)) -+ **Default to not compiling swaybar**: Many users replace swaybar with the far more capable [waybar](https://github.com/Alexays/Waybar), SwayFX cuts out the bloat by not including swaybar by default + **Add a nix flake to the repo**: Allows nixos users to easily contribute to and test this project ## Configuration 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')