wal stuff

This commit is contained in:
Adam 2024-01-11 02:29:29 -05:00
parent c979fa1f8b
commit 78cfd65be4
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# Pick a random wallpaper and save a copy # Pick a random wallpaper and save a copy
wal -sqi ~/Pictures/Wallpapers && wal -esqi ~/Pictures/Wallpapers &&
cp "$(awk "{print}" "$HOME/.cache/wal/wal")" ~/.cache/wal/bg && cp "$(awk "{print}" "$HOME/.cache/wal/wal")" ~/.cache/wal/bg &&
# Update themes for other stuff it it exists # Update themes for other stuff it it exists

2
setup
View file

@ -115,7 +115,7 @@ if ! test -d "$HOME"/Pictures; then
if ! test -f "$HOME"/Pictures/Wallpapers/door2.jpg; then if ! test -f "$HOME"/Pictures/Wallpapers/door2.jpg; then
printf "\nDownloading default wallpaper..." printf "\nDownloading default wallpaper..."
curl -so "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg curl -so "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg
"$HOME"/.local/bin/doorsbg wal -esqni "$HOME"/Pictues/Wallpapers
fi fi
fi fi