diff --git a/de/home/.config/sway/config.d/autostart b/de/home/.config/sway/config.d/autostart index 45aed8e..54c3976 100644 --- a/de/home/.config/sway/config.d/autostart +++ b/de/home/.config/sway/config.d/autostart @@ -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' diff --git a/de/home/.local/bin/randomrat b/de/home/.local/bin/randomrat index 3fd8e1d..48543d6 100755 --- a/de/home/.local/bin/randomrat +++ b/de/home/.local/bin/randomrat @@ -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} )