10 releases (3 stable)

1.0.2 May 21, 2024
1.0.1 Apr 10, 2024
1.0.0 Jun 6, 2023
0.1.7 Jun 6, 2023
0.1.5 Mar 31, 2023

#1 in #brightness

Download history 27/week @ 2024-02-26 4/week @ 2024-04-01 165/week @ 2024-04-08 165/week @ 2024-05-20

165 downloads per month

BSD-3-Clause

6KB
99 lines

BrightCLI

Util to change monitor brightness.

Build and install

cargo install brightcli

# Whithout the following commands, brightcli will be read-only:
sudo chown root ~/.cargo/bin/brightcli
sudo chmod u+s  ~/.cargo/bin/brightcli

Use

  • brightcli: returns current brightness
  • brightcli +: increments brightness and returns its new value
  • brightcli -: decrements brightness and returns its new value

No runtime deps