Skip to content

cododel/automatic-brightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Release Build

Automatic Brightness

Automatic Brightness is a time-based brightness controller written in Rust. It supports both Linux and Windows operating systems.

Features

  • Time-based brightness adjustment
  • Cross-platform support (Linux and Windows)

About

This is my first package written in Rust.

Installation

Instructions for installing the package will go here.

Usage

Just tun package and it will automatically adjust the brightness of your screen.

Installation

You can just download builded binary for Linux or Windows from latest release Now tested only for windows, but should works and on linux.

Build Steps

Prerequisites

  • Rust installed on your system. You can download it from rust-lang.org.
  1. Clone the repository:
git clone https://github.com/websmithcode/automatic-brightness.git
  1. Navigate to the project directory:
cd automatic-brightness
  1. Build the project:
cargo build --release
  1. Run the executable:
./target/release/automatic-brightness

For Windows, the executable will be located at .\target\release\automatic-brightness.exe.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages