diff options
Diffstat (limited to 'scripts/commands')
| -rwxr-xr-x | scripts/commands/:day | 7 | ||||
| -rwxr-xr-x | scripts/commands/:gamma | 1 |
2 files changed, 2 insertions, 6 deletions
diff --git a/scripts/commands/:day b/scripts/commands/:day index 76b57cb..e2272a7 100755 --- a/scripts/commands/:day +++ b/scripts/commands/:day @@ -1,8 +1,5 @@ #!/usr/bin/env bash -~/scripts/brightness.sh set 100; - -# :gamma 0.91 0.94 0.93; - -xgamma -gamma 1; +~/scripts/brightness.sh set 100 || true; +:gamma 0.85:1.0:1.0 || true; diff --git a/scripts/commands/:gamma b/scripts/commands/:gamma index 2b2a1f8..be11946 100755 --- a/scripts/commands/:gamma +++ b/scripts/commands/:gamma @@ -6,6 +6,5 @@ else r=${1:-'1'}; g=${2:-'1'}; b=${3:-'1'}; fi; -notify-send "Setting gamma to ($r, $g, $b)"; xrandr --output eDP-1 --brightness 1 --gamma $r:$g:$b |
