From cc5bc71a8ee023cc330474736767cb4e1debf6d3 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 28 Feb 2025 12:45:01 -0800 Subject: [PATCH] New backup 2025-02-28 12:45:01 --- de/home/.config/sway/config.d/autostart | 2 +- de/home/.local/bin/randomrat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} )