New backup 2024-04-29 01:30:01

This commit is contained in:
Penelope Gwen 2024-04-29 01:30:01 -06:00
parent af3b4a5562
commit 9fcf00662c
2 changed files with 8 additions and 0 deletions

7
de/home/.local/bin/randomrat Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
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 )
feh -F "${img}"

View file

@ -10,3 +10,4 @@
.config/wob
.config/wofi
.config/alacritty
.local/bin/randomrat