readme: expandables :)
This commit is contained in:
parent
e350d037b2
commit
b416806920
1 changed files with 45 additions and 27 deletions
18
README.md
18
README.md
|
@ -9,6 +9,8 @@ _I use Fedora btw :)_
|
||||||
|
|
||||||
### i3/Sway auto-start script
|
### i3/Sway auto-start script
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><i>Click to expand...</i></summary>
|
||||||
Time/date aware autostart manager. The script: [.config/sway/scripts/startup.py](./outerheaven.init3.home/.config/sway/scripts/startup.py)
|
Time/date aware autostart manager. The script: [.config/sway/scripts/startup.py](./outerheaven.init3.home/.config/sway/scripts/startup.py)
|
||||||
|
|
||||||
This is run by Sway on-login:
|
This is run by Sway on-login:
|
||||||
|
@ -42,3 +44,19 @@ Touch `~/.vacation` to skip `work` autostarts; `rm` when work may continue :)
|
||||||
|
|
||||||
Working days are assumed Monday through Friday. Hours are between 8 AM and 4 PM.
|
Working days are assumed Monday through Friday. Hours are between 8 AM and 4 PM.
|
||||||
These parameters may be changed in the `WorkTime` class.
|
These parameters may be changed in the `WorkTime` class.
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
### homedir backup script
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary><i>Click to expand...</i></summary>
|
||||||
|
Intended as part of the auto-starts above, I have [written a script](./outerheaven.init3.home/.local/bin/backup_home)
|
||||||
|
to back up `$HOME` _(minus exclusions, of course)!_
|
||||||
|
|
||||||
|
The meaningful work is given away to other utilities:
|
||||||
|
|
||||||
|
* `restic`: performs the backup
|
||||||
|
* `pass`: stores the passphrase given to `restic`
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
Loading…
Reference in a new issue