diff options
author | William McKinnon <[email protected]> | 2023-05-20 21:26:37 -0400 |
---|---|---|
committer | William McKinnon <[email protected]> | 2023-05-20 21:26:37 -0400 |
commit | ff2a37cfbd1b41d5644ec39dfb1838b8c5b0373c (patch) | |
tree | 12e832a85e0a3659ad2912f522a643e492580847 /README.md | |
parent | c4a0bb268a7a518c88939a8897e9e5a3290b9934 (diff) |
updated README to reflect 0.3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'"` |