From 78cfd65be45eabdbf497b303c097890d62f69c63 Mon Sep 17 00:00:00 2001 From: Adam <24621027+adoyle0@users.noreply.github.com> Date: Thu, 11 Jan 2024 02:29:29 -0500 Subject: [PATCH] wal stuff --- bin/doorsbg | 2 +- setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/doorsbg b/bin/doorsbg index 60f9bfb..043f7de 100755 --- a/bin/doorsbg +++ b/bin/doorsbg @@ -1,7 +1,7 @@ #!/bin/sh # 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 && # Update themes for other stuff it it exists diff --git a/setup b/setup index 208d118..9d3360c 100755 --- a/setup +++ b/setup @@ -115,7 +115,7 @@ if ! test -d "$HOME"/Pictures; then if ! test -f "$HOME"/Pictures/Wallpapers/door2.jpg; then printf "\nDownloading default wallpaper..." curl -so "$HOME"/Pictures/Wallpapers/door2.jpg https://old.doordesk.net/door2.jpg - "$HOME"/.local/bin/doorsbg + wal -esqni "$HOME"/Pictues/Wallpapers fi fi