aboutsummaryrefslogtreecommitdiff
path: root/home-manager/i3/scripts/image_upload.sh
diff options
context:
space:
mode:
authorDylan <boss@tehbox.org>2026-04-29 23:15:45 +1200
committerDylan <boss@tehbox.org>2026-04-29 23:19:15 +1200
commitf96e43f992211290e3287facc505bea0bc1a3931 (patch)
tree02860a965002f0418847cedad2fac2e71208b443 /home-manager/i3/scripts/image_upload.sh
parentda3a4174ae0a287871e36899893abe9c858ad7e5 (diff)
downloadnixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.tar.gz
nixos-configuration-f96e43f992211290e3287facc505bea0bc1a3931.zip
feat: Nix version bump + other updatesHEADmaster
Lots of updates
Diffstat (limited to 'home-manager/i3/scripts/image_upload.sh')
-rwxr-xr-xhome-manager/i3/scripts/image_upload.sh2
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