more deprecations

Signed-off-by: Ferit Yiğit BALABAN <fyb@fybx.dev>
This commit is contained in:
2024-01-15 22:47:27 +03:00
parent 146f6a32df
commit 7f4d328d77
7 changed files with 0 additions and 0 deletions

14
deprecated/wait_unlock.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/usr/bin/env bash
#
# Ferit Yiğit BALABAN <f@fybx.dev>, 2022
#
sleep 5
while : ; do
if pgrep -x "i3lock" > /dev/null
then
sleep 5
else
python $HOME/scripts/modeset.py --unlock
break
fi
done