aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr
diff options
context:
space:
mode:
Diffstat (limited to 'config/hypr')
-rwxr-xr-xconfig/hypr/scripts/Brightness.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/hypr/scripts/Brightness.sh b/config/hypr/scripts/Brightness.sh
index c42837f2..d1f80932 100755
--- a/config/hypr/scripts/Brightness.sh
+++ b/config/hypr/scripts/Brightness.sh
@@ -45,8 +45,8 @@ change_backlight() {
fi
# Ensure new brightness is within valid range
- if (( new_brightness < 0 )); then
- new_brightness=0
+ if (( new_brightness < 5 )); then
+ new_brightness=5
elif (( new_brightness > 100 )); then
new_brightness=100
fi
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage