diff --git a/shell/toggle_grayscale.sh b/shell/toggle_grayscale.sh index 92a106f..bfafde2 100755 --- a/shell/toggle_grayscale.sh +++ b/shell/toggle_grayscale.sh @@ -2,7 +2,7 @@ HOUR=$(date +%H) if [ "$HOUR" -ge 19 ] || [ "$HOUR" -lt 7 ]; then - #hyprshade on grayscale-custom + hyprshade on grayscale-custom dunstctl set-paused true else hyprshade off