diff options
| author | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:19:55 +0400 |
|---|---|---|
| committer | Suleyman Farajli <suleyman@farajli.net> | 2025-11-25 19:19:55 +0400 |
| commit | b15f3fe4ed3a3bb23934561d874fce8fe20e1299 (patch) | |
| tree | b81b4ad345c2c764b01f509c008c8e1a8b8a73ef | |
| parent | b6b7dbe85610157853f6ef7aaaea47358977e384 (diff) | |
fix(swall): create symlink after setting the wallpaper
| -rwxr-xr-x | scripts/gui/swall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gui/swall b/scripts/gui/swall index 514dde6..bdae000 100755 --- a/scripts/gui/swall +++ b/scripts/gui/swall @@ -61,5 +61,5 @@ fi [ -z "${image}" ] && err "No image file found" +wallpaper_handle set "${image}" && echo "${image}" && \ mkdir -p "$(dirname "${SYMLINK}")" && ln -sf "${image}" "${SYMLINK}" -wallpaper_handle set "${image}" && echo "${image}" |
