readme: no more expandables, accessibility/brevity
This commit is contained in:
parent
c321b2c28c
commit
021d051e70
1 changed files with 37 additions and 46 deletions
19
README.md
19
README.md
|
@ -9,9 +9,6 @@ _I use Fedora btw :)_
|
|||
|
||||
### 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)
|
||||
|
||||
This is run by Sway on-login:
|
||||
|
@ -46,20 +43,14 @@ _I use Fedora btw :)_
|
|||
Working days are assumed Monday through Friday. Hours are between 8 AM and 4 PM.
|
||||
These parameters may be changed in the `WorkTime` class.
|
||||
|
||||
</details>
|
||||
|
||||
### homedir backup script
|
||||
|
||||
<details>
|
||||
<summary><i>Click to expand...</i></summary>
|
||||
File: [~/.local/bin/backup_home](./outerheaven.init3.home/.local/bin/backup_home)
|
||||
|
||||
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)!_
|
||||
This will back up `$HOME`_(minus exclusions, of course)_; part of [the auto-starts]
|
||||
(#i3sway-auto-start-script)
|
||||
|
||||
The meaningful work is given away to other utilities:
|
||||
The meaningful work is given away, coordinating _[on-login]_:
|
||||
|
||||
* `restic`: performs the backup
|
||||
* `pass`: stores the passphrase given to `restic`; prompts for confirmation on hardware token
|
||||
|
||||
</details>
|
||||
* `pass`: stores the passphrase given to `restic`; confirmation on hardware token
|
||||
|
|
Loading…
Reference in a new issue