sharenix: use freedesktop notifications instead of GTK ones

master
an 2019-06-17 23:04:07 -04:00
parent 7bf383c73d
commit 6f3169a46c
1 changed files with 3 additions and 1 deletions

View File

@ -6,7 +6,9 @@ function run_spectacle
spectacle -b $argv -n -o "$f"
if test -f "$f"
sharenix -n -s Greyserv "$f"
if sharenix -s Greyserv "$f"
notify-send -u low -a sharenix -i dialog-information -c transfer.complete "Upload completed"
end
end
rm "$f"