From 416cb1a8dd5bf3ed6f426048843c95c2e2550f27 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sat, 4 May 2024 01:15:19 +0100 Subject: add more transparency --- scripts/gamma.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gamma.sh') diff --git a/scripts/gamma.sh b/scripts/gamma.sh index 8de1b80..0f39291 100755 --- a/scripts/gamma.sh +++ b/scripts/gamma.sh @@ -6,5 +6,5 @@ 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.1 + xrandr --output $MAIN_DP --gamma 1 fi -- cgit v1.2.1