diff --git a/README.md b/README.md index d42a65c28..679ef5ddd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ +
+ # SwayFX: A Beautiful Sway Fork +https://discord.gg/qsSx397rkh + +
+ ![swayfx_screenshot](assets/swayfx_screenshot.jpg) Sway is an incredible window manager, and certainly one of the most well established wayland window managers. However, it is restricted to only include the functionality that existed in i3. This fork ditches the simple wlr_renderer, and replaces it with our fx_renderer, capable of rendering with fancy GLES2 effects. This, along with a couple of minor changes, expands sway's featureset to include the following: ++ **Blur** + **Anti-aliased rounded corners, borders, and titlebars** + **Shadows** + **Dim unfocused windows** @@ -37,7 +44,6 @@ Sway is an incredible window manager, and certainly one of the most well establi + fade in / out animations + window movement animations -+ blur ## Installation diff --git a/assets/swayfx_screenshot.jpg b/assets/swayfx_screenshot.jpg index 8d89ab5d2..afd86ed58 100644 Binary files a/assets/swayfx_screenshot.jpg and b/assets/swayfx_screenshot.jpg differ