Skip to content

Commit 61f1d86

Browse files
committed
oboro => [mtg-wallpapers.spell][share.spell][wmgr.crs]
1 parent c7bf41a commit 61f1d86

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

spells/mtg-wallpapers.spell

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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/')"
2323
done
2424
for 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/
2626
done

spells/share.spell

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ if [ -d "$FILE" ]; then
2424
filename="$filename.zip"
2525
fi
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"
2929
if command -v termux-clipboard-set &>/dev/null; then
3030
echo -n "$url" | termux-clipboard-set
3131
elif [[ "$WAYLAND_DISPLAY" ]]; then

spells/wmgr.crs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ impl WallPlacement {
9696
}
9797

9898
const 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

101101
const GREEN: &str = "\x1b[32m";
102102
const BLUE: &str = "\x1b[34m";

0 commit comments

Comments
 (0)