From ffeec117ea4eee2c43690766447c7b02995ecac1 Mon Sep 17 00:00:00 2001 From: steel99xl Date: Sun, 17 Dec 2023 10:36:09 -0500 Subject: [PATCH 1/2] fixed typo --- AutomaticBrightness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AutomaticBrightness.sh b/AutomaticBrightness.sh index a407b2c..a716c8f 100644 --- a/AutomaticBrightness.sh +++ b/AutomaticBrightness.sh @@ -66,7 +66,7 @@ fi priority=19 # Priority level , 0 = regular app , 19 = very much background app # Set the priority of the current script, Thank you Theluga. -renice "$cpu_limit" "$$" +renice "$priority" "$$" From 4a5163e51cd99a9b4386d711cb199baf05003617 Mon Sep 17 00:00:00 2001 From: steel99xl Date: Sun, 17 Dec 2023 10:58:29 -0500 Subject: [PATCH 2/2] New Laptop in table DELL inspiration 7359 information (Table is getting larger update latter) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a0fa67d..11ccf1c 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Your sensor has a diffrent range thant the 12th Gen Intel Framework laptop senso Type | Sensor Rnge | STDScale 11th Gen Intel | 0 - 3207633 | 1 12th Gen Intel | 0 - 3984 | 24 + Dell Insp 7359 | 0 - 15000 | ? ## Controls ```./AutomaticBrightness.sh | Defualt running mode of script```