Update rs_wall

This commit is contained in:
Lian Drake 2024-09-08 13:50:59 -04:00 committed by GitHub
parent 22ef5154a6
commit 08dbb53f02
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -49,7 +49,7 @@ CheckDependencies() {
CheckDependencies CheckDependencies
cd "$walldir" || exit 1 cd "$walldir" || exit 1
wallpaper=$(fd -p "$walldir" | $RUNNER -l 5 -i -p "[󰋩 Wallpaper Selector]  ") wallpaper=$(/bin/ls | sort -n | $RUNNER -l 5 -i -p "[󰋩 Wallpaper Selector]  ")
if [ -n "$wallpaper" ]; then if [ -n "$wallpaper" ]; then
if [[ "$wallpaper" == *.jpg ]]; then if [[ "$wallpaper" == *.jpg ]]; then
rm -f "$HOME/.config/sway/wallpaper/"* rm -f "$HOME/.config/sway/wallpaper/"*