From ff2a37cfbd1b41d5644ec39dfb1838b8c5b0373c Mon Sep 17 00:00:00 2001 From: William McKinnon Date: Sat, 20 May 2023 21:26:37 -0400 Subject: [PATCH] updated README to reflect 0.3 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 948cf16c..13188e3a 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,12 @@ Sway is an incredible window manager, and certainly one of the most well establi - `shadows_on_csd enable|disable` (**Note**: The shadow might not fit some windows) - `shadow_blur_radius ` - `shadow_color ex, #0000007F` -+ Window blur: *ONLY ON SWAYFX-GIT, NOT YET RELEASED* ++ Window blur: - `blur enable|disable` - `blur_xray enable|disable` - `blur_passes ` - `blur_radius ` -+ LayerShell effects: *ONLY ON SWAYFX-GIT, NOT YET RELEASED* ++ LayerShell effects (to blur panels / notifications etc) : - `layer_effects ` - Example: `layer_effects "waybar" blur enable; shadows enable; corner_radius 6` - SwayIPC Example: `swaymsg "layer_effects 'waybar' 'blur enable; shadows enable; corner_radius 6'"`