Added grayscale

This commit is contained in:
2025-11-01 21:43:53 +01:00
parent 2a6bc56c52
commit 2120f7a12c

8
shell/toggle_grayscale.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env bash
HOUR=$(date +%H)
if [ "$HOUR" -ge 19 ] || [ "$HOUR" -lt 7 ]; then
hyprshade on grayscale-custom
else
hyprshade off grayscale-custom
fi