https://github.com/PlayForm/Round
Round ⬜
https://github.com/PlayForm/Round
application roundedcorners roundwindows windows
Last synced: 3 months ago
JSON representation
Round ⬜
- Host: GitHub
- URL: https://github.com/PlayForm/Round
- Owner: PlayForm
- License: cc0-1.0
- Created: 2023-08-10T12:42:19.000Z (almost 2 years ago)
- Default Branch: Current
- Last Pushed: 2025-03-10T01:18:37.000Z (3 months ago)
- Last Synced: 2025-03-10T16:16:39.837Z (3 months ago)
- Topics: application, roundedcorners, roundwindows, windows
- Language: Rust
- Homepage: https://GitHub.Com/PlayForm/Round
- Size: 2.64 MB
- Stars: 79
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-tauri - Rounded Corners - Rounded Corners app for Windows. (Applications / Utilities)
README
![]()
Round
![]()
![]()
![]()
Round ⬜
![]()
# Round
Rounds the corners of your Windows screen.

## Getting started
`Round` sets up a system tray application using the Tauri framework. It creates
a window for each monitor available on the system, sets up a menu for the system
tray, and handles events from the menu.## Dependencies
The code imports several crates:
- `regex` - provides support for regular expressions
- `serde_json`- is a JSON serialization/deserialization library
- `tauri` - is the main framework for building cross-platform desktop apps in
Rust
- `tauri_plugin_store` - provides a key-value store for persisting application
data## Options
The app has several menu items:
- **Increase Size** ➕
- **Decrease Size** ➖
- **Reset** ↩️
- **Dark** 🌑
- **Light** ☀️
- **Show** 👨🏻
- **Hide** 🥷🏽
- **Exit** ❌Clicking on **Increase Size** or **Decrease Size** increases or decreases the
roundness of the windows, respectively.**Reset** sets the corner radius back to the default value of _23px_.
**Dark** and **Light** switch the app between dark and light mode.
**Show** and **Hide** show or hide all windows, respectively.
**Exit** closes the app.
## Changelog
See [`CHANGELOG.md`](CHANGELOG.md) for a history of changes to this app.