A Wayland client application that renders rounded corner overlays on the screen.
- Draws rounded corner overlays on Wayland screens.
- Configurable radius for rounded corners.
- Rust (with Cargo)
- Wayland
- Install Nix on your system.
-
Clone the repository:
git clone https://github.com/cykps/wayland-rounded-screen.git cd wayland-rounded-screen -
Enter the development shell:
nix develop
-
Build the project:
cargo build --release
-
Run the application:
./target/release/rounded-screen
This project is licensed under the MIT License. See the LICENSE file for details.