Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-pro committed Jan 18, 2024
1 parent c1a9d46 commit 1d1c9be
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "solar-screen-brightness"
version = "2.1.0"
version = "2.2.0"
authors = ["Jacob Halsey <[email protected]>"]
edition = "2021"
build = "build.rs"
Expand Down
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build status](https://github.com/jacob-pro/solar-screen-brightness/actions/workflows/rust.yml/badge.svg)](https://github.com/jacob-pro/solar-screen-brightness/actions)

Varies screen brightness according to sunrise/sunset times.
Automatically and smoothly adjusts monitor brightness based on the sunrise/sunset times at your location.

> #### New 2.0 Release!
>
Expand All @@ -19,26 +19,26 @@ automatically adjust screen brightness.

This changes the screen brightness via monitor control APIs, whereas those utilities vary the colour temperature.

### How to Install

For Windows, you can download pre-compiled binaries from
[Releases](https://github.com/jacob-pro/solar-screen-brightness/releases).

If you are using Linux, please read the [Linux Guide](linux/README.md)

There is also a CLI only version of the application available.

### How to Use

1. An icon will appear in your tray when it is running.
2. Click on the icon to launch the console window.
2. Click on the icon to open the settings menu.
3. Use the menus to set:
- Daytime and Nighttime brightness percentages.
- Transition time (the time it takes to switch between the two brightness values at either sunset or sunrise).
- Your location (either manually enter coordinates, or using the search tool).
4. Click save and this configuration will be applied and persisted to disk.
5. You can close the window, and it will continue to update your brightness in the background.

### How to Install

For Windows, you can download pre-compiled binaries from
[Releases](https://github.com/jacob-pro/solar-screen-brightness/releases).

If you are using Linux, please read the [Linux Guide](linux/README.md)

There is also a CLI only version of the application available.

## Screenshots

![](./screenshots/status.png)
Expand Down
Binary file removed brightness.png
Binary file not shown.

0 comments on commit 1d1c9be

Please sign in to comment.