/+ tfun
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
# get random image to use
|
||||
# https://stackoverflow.com/questions/61290199/how-do-i-select-a-random-file-from-a-directory
|
||||
random_image=$(ls -1 /home/${USER}/.local/share/img/*.png | shuf | head -1)
|
||||
random_image=$(ls -1 /home/${USER}/.local/share/img/*.png | shuf | head -1)
|
||||
random_image_filname="$(basename -- $random_image)"
|
||||
|
||||
# get random gravity to use for the overlay image, take the number of displays into account
|
||||
|
||||
Reference in New Issue
Block a user