summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-09 11:11:15 -0600
committerzachir <zachir@librem.one>2023-02-09 11:11:15 -0600
commit4ec61c0f9527e4f0ecce57a8b869270d8a42734e (patch)
tree3135821bf6d9090714af810125556fcbff6ba664
parentdbee0aab13c3dff4bac390f3ba75da9b3d55322d (diff)
fix bl (typo for -s)
-rwxr-xr-x[-rw-r--r--]bl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bl b/bl
index f220e4f..de3b133 100644..100755
--- a/bl
+++ b/bl
@@ -14,7 +14,7 @@ case "$CMD" in
light -U "$2"
;;
"-s")
- light -S "$1"
+ light -S "$2"
;;
"-g")
light -G
@@ -34,7 +34,7 @@ case "$CMD" in
xbacklight -dec "$2"
;;
"-s")
- xbacklight -set "$1"
+ xbacklight -set "$2"
;;
"-g")
xbacklight -get