mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Give the screensaver time to breathe (#1184)
Add a three second delay between screensaver effects Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
@@ -15,7 +15,7 @@ while true; do
|
||||
"$effect" &
|
||||
|
||||
while pgrep -x tte >/dev/null; do
|
||||
if read -n 1 -t 0.01; then
|
||||
if read -n 1 -t 2; then
|
||||
exit_screensaver
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user