diff --git a/bin/omarchy-cmd-screensaver b/bin/omarchy-cmd-screensaver index 4cb49fa7..f756824e 100755 --- a/bin/omarchy-cmd-screensaver +++ b/bin/omarchy-cmd-screensaver @@ -1,6 +1,6 @@ #!/bin/bash -if ! command -v tte &>/dev/null; then +if command -v tte &>/dev/null; then while true; do effect=$(tte 2>&1 | grep -oP '{\K[^}]+' | tr ',' ' ' | tr ' ' '\n' | sed -n '/^beams$/,$p' | sort -u | shuf -n1) tte -i ~/.config/omarchy/branding/screensaver.txt \