dev: automated commit - 2025-07-16 19:26:06

This commit is contained in:
Mariano Z. 2025-07-16 19:26:06 -03:00
parent fb87c567f6
commit 94487551fc
30 changed files with 173 additions and 157 deletions

View file

@ -0,0 +1,7 @@
#!/bin/bash
file=/tmp/$(date "+%Y%m%d-%H%M%S")_screenshot.png
grim -g "$(slurp)" "$file" &&
satty --filename "$file" --fullscreen &&
yad --title="Upload?" --text="Upload image?" --image="dialog-question" --default-cancel &&
curl -F "file=@$file" https://drop.mz.uy | xargs xdg-open