Tree
- Tree:
650693c208835c376c4fabeab0eb48459f6307fc
- Date:
- Message:
- README as markdown
LICENSE | commits | blame |
README.md | commits | blame |
openbsd_i3_battery.sh* | commits | blame |
openbsd_i3_battery.wav | commits | blame |
README.md
# `openbsd_i3_battery`: User notification about low battery ## Environment: * [OpenBSD](https://www.openbsd.org/) * [i3](https://i3wm.org/) ## Install: ``` $ git clone ssh://anonymous@got.any-key.press/openbsd_i3_battery /home/<user>/openbsd_i3_battery ``` ## Usage (append ~/.xsession): From `~/.xsession` (before `exec i3`): ``` /home/<user>/openbsd_i3_battery/openbsd_i3_battery.sh -s \ /home/<user>/openbsd_i3_battery/openbsd_i3_battery.wav | logger -t openbsd_i3_battery & ```