New backup 2025-01-22 10:02:52
This commit is contained in:
parent
3db174074d
commit
b1ff64ef65
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
diskspace-check
|
||||||
|
|
||||||
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
|
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
|
||||||
"${s}"
|
"${s}"
|
||||||
done
|
done
|
||||||
|
|
|
@ -22,8 +22,9 @@ exec '/usr/lib/$(uname -m)-linux-gnu/libexec/kdeconnectd'
|
||||||
exec '/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1'
|
exec '/usr/lib/$(uname -m)-linux-gnu/libexec/polkit-kde-authentication-agent-1'
|
||||||
exec 'udiskie -at'
|
exec 'udiskie -at'
|
||||||
exec 'keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Security/Passwords.kdbx'
|
exec 'keepassxc ~/Documents/Server/Server_Admin_Keychain.kdbx ~/Nextcloud/Security/Passwords.kdbx'
|
||||||
exec 'sleep 5;gtk-launch syncthing-gtk'
|
#exec 'sleep 5;gtk-launch syncthing-gtk'
|
||||||
exec 'sleep 5;nextcloud --background'
|
exec 'sleep 5;nextcloud --background'
|
||||||
exec 'sleep 5;protonmail-bridge -n'
|
#exec 'sleep 5;protonmail-bridge -n'
|
||||||
|
exec 'diskspace-check'
|
||||||
|
|
||||||
include $HOME/.config/sway/config.d/autostart.d/*
|
include $HOME/.config/sway/config.d/autostart.d/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue