New backup 2024-04-29 12:15:02

This commit is contained in:
Penelope Gwen 2024-04-29 12:15:02 -06:00
parent ca8177dfd8
commit 96aeb53b55

View file

@ -3,5 +3,5 @@
img_dir="/home/pogmommy/Pictures/Phone/Rattos/"
img_list=$( find "${img_dir}" -name "*.jpg" -or -name "*.heic" -or -name "*.png" -or -name "*.HEIC" -or -name "*.JPG" -or -name "*.PNG" )
img=$( shuf <<< ${img_list} | head -n 1 )
img=$( shuf -n 1 <<< ${img_list} )
feh -F "${img}"