An open API service indexing awesome lists of open source software.

https://github.com/thewhiteh4t/gammachanger

A Simple Shell Script to Change Display Gamma Values
https://github.com/thewhiteh4t/gammachanger

changer gamma kali-linux shell shell-script shell-scripting ubuntu

Last synced: 7 months ago
JSON representation

A Simple Shell Script to Change Display Gamma Values

Awesome Lists containing this project

README

          

# gammachanger
A Simple Shell Script to Change Display Gamma Values.

**Tested on : Kali Linux 18.2 and Ubuntu 18.04.**

Script uses **xrandr** to check and change gamma values as per your needs.

```bash
sudo apt-get update
sudo apt-get install x11-xserver-utils
git clone https://github.com/thewhiteh4t/gammachanger.git
cd gammachanger/
chmod +x gammachanger.sh
./gammachanger.sh
```
![example](https://github.com/thewhiteh4t/gammachanger/blob/master/gc1.png)