New backup 2025-08-25 16:21:06
This commit is contained in:
parent
549d1da2a7
commit
ae9c344f7a
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
diskspace-check
|
diskspace-check
|
||||||
|
uptime-check
|
||||||
|
|
||||||
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
|
for s in "${HOME}/.config/sway-profiles/unlockscript.d/"*;do
|
||||||
"${s}"
|
"${s}"
|
||||||
|
|
|
@ -20,6 +20,7 @@ exec {
|
||||||
'sleep 5;rssguard'
|
'sleep 5;rssguard'
|
||||||
'sleep 5;tokodon'
|
'sleep 5;tokodon'
|
||||||
'diskspace-check'
|
'diskspace-check'
|
||||||
|
'uptime-check'
|
||||||
poweralertd
|
poweralertd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue