summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam McKinnon <[email protected]>2023-05-20 21:26:37 -0400
committerWilliam McKinnon <[email protected]>2023-05-20 21:26:37 -0400
commitff2a37cfbd1b41d5644ec39dfb1838b8c5b0373c (patch)
tree12e832a85e0a3659ad2912f522a643e492580847 /README.md
parentc4a0bb268a7a518c88939a8897e9e5a3290b9934 (diff)
updated README to reflect 0.3
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files 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 <integer value 0 - 100>`
- `shadow_color <hex color with alpha> ex, #0000007F`
-+ Window blur: *ONLY ON SWAYFX-GIT, NOT YET RELEASED*
++ Window blur:
- `blur enable|disable`
- `blur_xray enable|disable`
- `blur_passes <integer value 0 - 10>`
- `blur_radius <integer value 0 - 10>`
-+ LayerShell effects: *ONLY ON SWAYFX-GIT, NOT YET RELEASED*
++ LayerShell effects (to blur panels / notifications etc) :
- `layer_effects <layer namespace> <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'"`