summaryrefslogtreecommitdiff
path: root/scripts/.scripts/gamma.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/.scripts/gamma.sh')
-rwxr-xr-xscripts/.scripts/gamma.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/.scripts/gamma.sh b/scripts/.scripts/gamma.sh
deleted file mode 100755
index 0117dd5..0000000
--- a/scripts/.scripts/gamma.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-MAIN_DP=DP-2;
-
-v=$1
-
-if [ $# -ne 0 ]; then
- xrandr --output $MAIN_DP --gamma $(paste -d" " <(xrandr | grep " connected" | cut -f1 -d " ") <(xrandr --current --verbose | grep "Gamma" | cut -f7 -d" " | cut -f1 -d":" | xargs -I % echo "1/%") | grep $MAIN_DP | cut -d" " -f2 | xargs -I % echo "%*$v" | bc -l)
-else
- xrandr --output $MAIN_DP --gamma 1.3
-fi