Improve hyprlock stuff
This commit is contained in:
@@ -17,7 +17,7 @@ if [ "$#" -eq 1 ]; then
|
||||
echo "$wallpaper_path is an invalid wallpaper"
|
||||
fi
|
||||
else
|
||||
wallpaper_path=$(find "$WALLPAPER_DIR" -mindepth 1 | grep png| sort -R | tail -n 1)
|
||||
wallpaper_path=$(find "$WALLPAPER_DIR" -mindepth 1 | grep png| grep -v current| sort -R | tail -n 1)
|
||||
fi
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user