readme: add hr

This commit is contained in:
Josh Lay 2024-06-20 17:52:05 -05:00
parent 4574fc7cab
commit 51fdb9a0aa
No known key found for this signature in database
GPG key ID: 47AA304B2243B579

View file

@ -12,6 +12,8 @@ _I use Fedora btw :)_
_Script:_ [~/.config/sway/scripts/startup.py](./outerheaven.init3.home/.config/sway/scripts/startup.py)
_Config:_ [~/.config/autostart-i3ipc.yml](./outerheaven.init3.home/.config/autostart-i3ipc.yml)
***
Time/date aware _(conditional)_ autostart manager for Sway/i3 window managers.
Should run on-login -- `i3`/`sway` having a config entry:
@ -46,11 +48,15 @@ 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.
Defined in the `WorkTime` class.
***
### homedir backup
_Script:_ [~/.local/bin/backup_home](./outerheaven.init3.home/.local/bin/backup_home)
_Config:_ `~/.restic_excludes`
***
This will back up `$HOME` _(minus exclusions, of course!)_. Part of
[the autostarts](#i3sway-autostarts).