Automatic Brightness is a time-based brightness controller written in Rust. It supports both Linux and Windows operating systems.
- Time-based brightness adjustment
- Cross-platform support (Linux and Windows)
This is my first package written in Rust.
Instructions for installing the package will go here.
Just tun package and it will automatically adjust the brightness of your screen.
You can just download builded binary for Linux or Windows from latest release Now tested only for windows, but should works and on linux.
- Rust installed on your system. You can download it from rust-lang.org.
- Clone the repository:
git clone https://github.com/websmithcode/automatic-brightness.git- Navigate to the project directory:
cd automatic-brightness- Build the project:
cargo build --release- Run the executable:
./target/release/automatic-brightnessFor Windows, the executable will be located at .\target\release\automatic-brightness.exe.