Update hyprshade-auto.sh

This commit is contained in:
FURK4NGG
2026-01-09 14:40:35 +03:00
committed by GitHub
parent 3a1560202b
commit 80da10eba4
+7
View File
@@ -12,6 +12,13 @@ fi
STATE=$(cat "$STATE_FILE")
if [ "$ARG" = "exec-start" ]; then
case "$STATE" in
0)STATE=2 ;;
1)STATE=0 ;;
2)STATE=1 ;;
esac
fi
case "$STATE" in
0)