ssy: wait 1.2 seconds instead of 0.7

This commit is contained in:
Daniella / Tove 2024-11-04 16:38:50 +01:00
parent ea4d4d8f70
commit 00198e5aca
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -3,7 +3,7 @@ with import <nixpkgs> {};
pkgs.writeShellScriptBin "ssy" ''
#!/bin/sh
startsync > /dev/null 2>&1 & disown
sleep 0.7
sleep 1.2
while ! ls ~/sync/Passwords.kdbx > /dev/null 2>&1 ; do sleep 0.1 ; done
''