Skip to content

Termbright is a program that changes the brightness of the screen in a simple way from the terminal (CLI)

License

Notifications You must be signed in to change notification settings

AndreaStefanh/termbright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TermBright

Termbright is a program that changes the brightness of the screen in a simple way from the terminal

How to use it

set brightness at 50%

$ termbright 50%

adds 10% brightness to current brightness

$ termbright +10%

removes 10% brightness at current brightness

$ termbright -10%

Compile

Without capabilities (requires root permissions to run the program)

for compile and put the binary in ./bin/termbright

$ chmod +x makefile.py
$ ./makefile.py

for compile and put the binary in /usr/bin/termbright

$ chmod +x makefile.py
$ sudo ./makefile.py install

With capabilities (does not require root permissions to run the program)

for compile and put the binary in ./bin/termbright

$ chmod +x makefile.py
$ ./makefile.py -c

for compile and put the binary in /usr/bin/termbright

$ chmod +x makefile.py
$ sudo ./makefile.py install -c

Credits

the location of the folder where the brightness files are located

list of capabilities in linux

About

Termbright is a program that changes the brightness of the screen in a simple way from the terminal (CLI)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published