New backup 2025-02-28 12:45:01

This commit is contained in:
Penelope Gwen 2025-02-28 12:45:01 -08:00
parent ef4b5cfa0d
commit cc5bc71a8e
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@ exec 'keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Securi
#exec 'sleep 5;gtk-launch syncthing-gtk'
exec 'sleep 5;nextcloud --background'
exec 'sleep 5;aik_launcher rss_guard'
exec 'sleep 5;aik_launcher tokodon'
exec 'sleep 5;tokodon'
#exec 'sleep 5;protonmail-bridge -n'
exec 'diskspace-check'

View file

@ -1,6 +1,6 @@
#!/bin/bash
img_dir="${HOME}/Pictures/Phone/Rattos/"
img_dir="${HOME}/Pictures/Phone/Albums/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 -n 1 <<< ${img_list} )