Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 876 Bytes

File metadata and controls

53 lines (32 loc) · 876 Bytes

wayland-rounded-screen

A Wayland client application that renders rounded corner overlays on the screen.

Features

  • Draws rounded corner overlays on Wayland screens.
  • Configurable radius for rounded corners.

System Dependencies

  • Rust (with Cargo)
  • Wayland

Installation

Using Nix Flake

Prerequisites

  • Install Nix on your system.

Steps

  1. Clone the repository:

    git clone https://github.com/cykps/wayland-rounded-screen.git
    cd wayland-rounded-screen
  2. Enter the development shell:

    nix develop
  3. Build the project:

    cargo build --release
  4. Run the application:

    ./target/release/rounded-screen

License

This project is licensed under the MIT License. See the LICENSE file for details.