File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,5 +22,5 @@ for f in *; do
2222 " $( echo " $f " | sed -r -e ' s/[_-](1920|2560)x(1080|1600)//;s/[_-]((W|w)allpaper|background)//;s/\.(jpg|png)$/_mtg.\1/' ) "
2323done
2424for f in * ; do
25- spark rsync av " $f " pendrellvale:vault/basement/mirrodin/ /walls/all/
25+ spark rsync av " $f " pendrellvale:vault/basement/blind-eternities /walls/all/
2626done
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ if [ -d "$FILE" ]; then
2424 filename=" $filename .zip"
2525fi
2626[[ " $unlisted " ]] && filename=" unlisted/$filename "
27- rsync -av " $FILE " " $HOST :vault/basement/mirrodin/share /$filename "
28- url=" https://mendess.xyz/api/v1/file /$filename "
27+ rsync -av " $FILE " " $HOST :vault/basement/blind-eternities/files /$filename "
28+ url=" https://mendess.xyz/files /$filename "
2929if command -v termux-clipboard-set & > /dev/null; then
3030 echo -n " $url " | termux-clipboard-set
3131elif [[ " $WAYLAND_DISPLAY " ]]; then
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ impl WallPlacement {
9696}
9797
9898const HOST : & str = "mendess@mendess.xyz" ;
99- const WALLPAPER_ROOT : & str = "vault/basement/mirrodin /walls" ;
99+ const WALLPAPER_ROOT : & str = "vault/basement/blind-eternities /walls" ;
100100
101101const GREEN : & str = "\x1b [32m" ;
102102const BLUE : & str = "\x1b [34m" ;
You can’t perform that action at this time.
0 commit comments