Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thecoder777/brightness-tool-arch
A command line tool, for setting brightness on some Laptops, where xbrightness doesn't work
https://github.com/thecoder777/brightness-tool-arch
Last synced: 3 days ago
JSON representation
A command line tool, for setting brightness on some Laptops, where xbrightness doesn't work
- Host: GitHub
- URL: https://github.com/thecoder777/brightness-tool-arch
- Owner: TheCoder777
- License: mit
- Created: 2019-02-09T15:25:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-09T17:17:22.000Z (almost 6 years ago)
- Last Synced: 2024-08-26T17:03:53.823Z (3 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Brightness Tool for Arch Linux
This shell script allows you to change your screen brightness to a specific value,
and it's even more helpfull, if your xbacklight command doesn't work properly.
(I noticed that issue on some laptops)## Description
You can set the brightness of your screen by simply typing:
```sh
$ setbrightness
```
Where *value* is your brightness level as number.You can also **add** an amount of levels to your brightness by typing:
```sh
$ setbrightness +
```
or **decrease** the value:```sh
$ setbrightness -
```## Installation
The only thing you need to do is to add the "setbrightness.sh" file to your path
(meaning /usr/local/bin/, or /usr/bin/, or some other path on your $PATH variable)If you like, you can remove the ".sh" extension.
If you've got any problems, let me know!