mirror of
https://github.com/Ascyii/scripts.git
synced 2026-01-01 04:44:24 -05:00
Added grayscale
This commit is contained in:
8
shell/toggle_grayscale.sh
Executable file
8
shell/toggle_grayscale.sh
Executable 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
|
||||||
Reference in New Issue
Block a user