my bpd is killing me again

This commit is contained in:
2025-07-07 14:30:33 +03:00
parent 11414c9a8c
commit 8630d7ca37
19 changed files with 121 additions and 28 deletions

View File

@@ -31,8 +31,8 @@ try {
const url = await UploadToEZ(readFileSync(filePath));
execSync(`echo "${url}" | wl-copy -n`);
execSync(`notify-send "Ekrānuzņēmums" "Augšuplādēts e-z.host ${Date.now() - start}ms"`);
execSync(`notify-send "Screenshot" "Uploaded to e-z.host in ${Date.now() - start}ms"`);
} catch (e_) {
execSync(`notify-send "Kļūda" "${`${e_}`}"`);
execSync(`notify-send "Error" "${`${e_}`}"`);
}