readme: expandables :)

This commit is contained in:
Josh Lay 2024-06-20 16:37:50 -05:00
parent e350d037b2
commit b416806920
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -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>