diff options
Diffstat (limited to '')
| -rwxr-xr-x | scripts/commands/:day | 2 | ||||
| -rwxr-xr-x | scripts/commands/:night | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/scripts/commands/:day b/scripts/commands/:day index e090f5b..76b57cb 100755 --- a/scripts/commands/:day +++ b/scripts/commands/:day @@ -2,7 +2,7 @@ ~/scripts/brightness.sh set 100; -:gamma 0.91 0.94 0.93; +# :gamma 0.91 0.94 0.93; xgamma -gamma 1; diff --git a/scripts/commands/:night b/scripts/commands/:night index b97c90b..387e04e 100755 --- a/scripts/commands/:night +++ b/scripts/commands/:night @@ -1,4 +1,6 @@ #!/usr/bin/env bash -~/scripts/brightness.sh set 2; +brightnessctl --min-value || ~/scripts/brightness.sh set 2; + +xgamma -gamma 0.9; |
