diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-02-09 21:53:24 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-02-09 21:53:24 +0530 |
| commit | 90ae94ddfed25fb7fe2fe2c8c4a7a67e5f84f657 (patch) | |
| tree | 8fd30d9156a985f499e9a03bc958a715bab0dbd6 /scripts/commands/:night | |
| parent | 60c1c76d5484ea371e19985d4e465e1785ff9b9c (diff) | |
| download | nixos-config-90ae94ddfed25fb7fe2fe2c8c4a7a67e5f84f657.tar.gz nixos-config-90ae94ddfed25fb7fe2fe2c8c4a7a67e5f84f657.zip | |
config sync
Diffstat (limited to 'scripts/commands/:night')
| -rwxr-xr-x | scripts/commands/:night | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
