• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • VCS
  • Interview Questions
  • Database
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

blight Command Examples in Linux

by admin

blight is a command-line utility in Linux that is used to change the display brightness of a computer. blight is a custom tool that was developed to provide a convenient way to adjust the display brightness from the command line, possibly using a script or configuration file.

In general, you can use blight by running the command with the appropriate options and arguments. For example, to set the display brightness to a certain percentage, you might use a command like this:

$ blight set 70 -r

blight Command Examples

1. Set display brightness to 100%

$ blight set 100 -r

2. Set display brightness to 50%

$ blight set 50 -r

3. Decrease display brightness by 5%

$ blight dec 5 -r

4. Increase display brightness by 300 (of internal units):

$ blight inc 300

5. Show current display brightness:

$ blight show     # using internal units
$ blight show -r  # or using percents

6. Show maximum display brightness

$ blight max

Filed Under: Linux

Some more articles you might also be interested in …

  1. protonvpn-cli Command Examples in Linux
  2. xz: command not found
  3. findfs Command Examples in Linux
  4. slocate command in linux
  5. How to use compress, zip, gzip commands under Linux
  6. git delta: List files that differ from another branch
  7. “aws rds” Command Examples
  8. radeontop: command not found
  9. vnstat: command not found
  10. ntpdate: command not found

You May Also Like

Primary Sidebar

Recent Posts

  • Vanilla OS 2 Released: A New Era for Linux Enthusiasts
  • mk Command Examples
  • mixxx Command Examples
  • mix Command Examples

© 2025 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright