#cli #brightness #linux

app brightcli

Util to change monitor brightness

8 releases (1 stable)

1.0.0 Jun 6, 2023
0.1.7 Jun 6, 2023
0.1.6 Apr 5, 2023
0.1.5 Mar 31, 2023

#1152 in Command line utilities

Download history 1/week @ 2023-08-19 18/week @ 2023-08-26 9/week @ 2023-09-02 4/week @ 2023-09-09 1/week @ 2023-09-16 2/week @ 2023-09-23 2/week @ 2023-09-30 1/week @ 2023-10-07 9/week @ 2023-10-28 1/week @ 2023-11-04 2/week @ 2023-11-11 10/week @ 2023-11-18 38/week @ 2023-11-25 9/week @ 2023-12-02

59 downloads per month

BSD-3-Clause

5KB
90 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

Dependencies

~125KB