Ensure they can all run from Walker

Which does not have the bash-powered PATH
This commit is contained in:
David Heinemeier Hansson
2025-08-05 16:35:28 +02:00
parent b6325ea810
commit 137c24454f
22 changed files with 26 additions and 25 deletions

View File

@@ -1,4 +1,5 @@
echo "Ensure screensaver doesn't start while the computer is locked"
if ! grep -q "pidof hyprlock || omarchy-launch-screensaver" ~/.config/hypr/hypridle.conf; then
omarchy-refresh-hypridle
~/.local/share/omarchy/bin/omarchy-refresh-hypridle
fi