RoundedCorners / Application

Rounds the corners of your Windows screen.

Home Page:https://roundedcorners.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Rounded Corners:


Stars
Application
Rounds the corners of your Windows screen.


Last Update
Issues
Leaks


Stars
Website


Last Update
Issues
Leaks

Rounded Corners Logo

Rounded Corners

Rounds the corners of your Windows screen.

Rounded Corners

Getting started

Rounded Corners 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.

Code

The code imports several crates:

  • regex
  • serde_json
  • tauri
  • tauri_plugin_store

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, and 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 for a history of changes to this app.

About

Rounds the corners of your Windows screen.

https://roundedcorners.app

License:MIT License


Languages

Language:Rust 66.1%Language:TypeScript 19.2%Language:CSS 7.4%Language:JavaScript 5.5%Language:HTML 1.7%