diff options
| author | Dylan <boss@tehbox.org> | 2026-04-29 23:15:45 +1200 |
|---|---|---|
| committer | Dylan <boss@tehbox.org> | 2026-04-29 23:19:15 +1200 |
| commit | f96e43f992211290e3287facc505bea0bc1a3931 (patch) | |
| tree | 02860a965002f0418847cedad2fac2e71208b443 /home-manager/i3/scripts/image_upload.sh | |
| parent | da3a4174ae0a287871e36899893abe9c858ad7e5 (diff) | |
| download | nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.tar.gz nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.zip | |
Lots of updates
Diffstat (limited to 'home-manager/i3/scripts/image_upload.sh')
| -rwxr-xr-x | home-manager/i3/scripts/image_upload.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/i3/scripts/image_upload.sh b/home-manager/i3/scripts/image_upload.sh index 896f23f..ea327ad 100755 --- a/home-manager/i3/scripts/image_upload.sh +++ b/home-manager/i3/scripts/image_upload.sh @@ -2,6 +2,6 @@ image_name=$(rofi -dmenu -l 0 -p "Image name") xclip -selection clipboard -t image/png -o > ~/Documents/tehbox-files/$image_name eval $(ssh-agent) -rsync ~/Documents/tehbox-files/$image_name files@tehbox.org:/srv/files +rsync ~/Documents/tehbox-files/$image_name boss@tehbox.org:/srv/files notify-send "uploaded https://files.tehbox.org/$image_name" echo -n "https://files.tehbox.org/$image_name" | xclip -i -selection clipboard |
