From 2b7fb7ee1c1b88c5a201db5f3e388305348cdec2 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Sat, 17 Jan 2026 11:33:21 +0300 Subject: [PATCH] Update brightness_mode.sh --- .config/scripts/brightness_mode.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/scripts/brightness_mode.sh b/.config/scripts/brightness_mode.sh index 069f755..90fa67e 100644 --- a/.config/scripts/brightness_mode.sh +++ b/.config/scripts/brightness_mode.sh @@ -18,7 +18,7 @@ BRIGHTNESS="${MODES[$((MODE-1))]}" ACTIVE_MONITOR=$(hyprctl monitors -j | jq -r '.[] | select(.focused==true).name') if [ -z "$ACTIVE_MONITOR" ]; then - notify-send "Brightness" "Aktif monitör bulunamadi" + notify-send "Brightness" "Active monitor not found" exit 1 fi @@ -26,7 +26,7 @@ fi I2C=$(grep "^$ACTIVE_MONITOR=" "$CACHE" | cut -d= -f2) if [ -z "$I2C" ]; then - notify-send "Brightness" "I2C bulunamadi: $ACTIVE_MONITOR" + notify-send "Brightness" "I2C bus not found: $ACTIVE_MONITOR" exit 1 fi