diff options
| author | stkhan <personal@slickd.xyz> | 2021-04-21 15:48:45 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-04-21 15:48:45 +0000 |
| commit | 25765f665f7d485c5405b33c64125f962da7272a (patch) | |
| tree | 6fb9165933ae518ba7ed9e727f6984944cb10a92 /bin/darker | |
| parent | 26f9aed7db6c6ae7bdd64d9e7388e326f74b0659 (diff) | |
Rewrote some of the script, added brightness controls
Diffstat (limited to 'bin/darker')
| -rwxr-xr-x | bin/darker | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/darker b/bin/darker new file mode 100755 index 0000000..f7530e7 --- /dev/null +++ b/bin/darker @@ -0,0 +1,7 @@ +#!/bin/sh + +# +# A script that lowers and ups the brightness +# + +sudo light -U 6 |