New backup 2025-02-28 12:45:01
This commit is contained in:
parent
ef4b5cfa0d
commit
cc5bc71a8e
2 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
||||
|
|
|
@ -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} )
|
||||
|
|
Loading…
Add table
Reference in a new issue