From 50f7ee7c3a7aeb118fca6e47a4a342fa12565e92 Mon Sep 17 00:00:00 2001 From: FURK4NGG <105324908+FURK4NGG@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:22:33 +0300 Subject: [PATCH] Update hyprshade-auto.sh --- .config/scripts/hyprshade-auto.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/scripts/hyprshade-auto.sh b/.config/scripts/hyprshade-auto.sh index 0a26e5c..01f1d84 100644 --- a/.config/scripts/hyprshade-auto.sh +++ b/.config/scripts/hyprshade-auto.sh @@ -42,10 +42,9 @@ case "$STATE" in fi if [ "$ARG" = "time" ]; then - echo "Night Screen called" echo 0 > "$STATE_FILE" + echo "Night Screen called" else - echo "Default (auto) mod" echo 1 > "$STATE_FILE" notify-send "Night Screen" "auto mode is active" echo "Night Screen auto mode is active" @@ -58,7 +57,6 @@ case "$STATE" in systemctl --user stop hyprshade-auto.timer systemctl --user disable hyprshade-auto.timer hyprshade off - echo "Kapalı mod" echo 2 > "$STATE_FILE" notify-send "Night Screen" "effect is deactive" echo "Night Screen effect is deactive" @@ -70,7 +68,6 @@ case "$STATE" in systemctl --user stop hyprshade-auto.timer systemctl --user disable hyprshade-auto.timer hyprshade on "$SHADER" - echo "Hep açık mod" echo 0 > "$STATE_FILE" notify-send "Night Screen" "effect is active" echo "Night Screen effect is active"