Files
random-scripts/reset-safeeyes-time

9 lines
143 B
Bash
Executable File

#!/usr/bin/env zsh
local state
state="$(safeeyes --status)"
if [[ "${state}" = Next* ]]; then
safeeyes --disable
safeeyes --enable
fi