https://github.com/vesche/ootbat
https://github.com/vesche/ootbat
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vesche/ootbat
- Owner: vesche
- License: unlicense
- Created: 2020-10-27T20:25:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-13T07:21:20.000Z (over 5 years ago)
- Last Synced: 2023-02-26T08:41:12.858Z (over 3 years ago)
- Language: Go
- Size: 3.11 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ootbat
I keep tunnel visioning on code and then my battery dies :broken_heart:. This program plays the low heart sound from Ocarina of Time every ten seconds if my battery falls below 5%. This way I can feel nostalgic while not getting pissed off when my battery dies. If your laptop has one internal battery and runs Linux this program might also work for you.

```
$ sudo bash install.sh
Created symlink /etc/systemd/system/multi-user.target.wants/ootbat.service → /usr/lib/systemd/system/ootbat.service.
$ systemctl status ootbat
● ootbat.service - ootbat
Loaded: loaded (/usr/lib/systemd/system/ootbat.service; enabled; vendor preset: disabled)
Active: active (running) since Tue 2020-10-27 15:23:53 CDT; 8min ago
Main PID: 21212 (ootbat)
Tasks: 5 (limit: 38061)
Memory: 1.1M
CGroup: /system.slice/ootbat.service
└─21212 /opt/ootbat/ootbat
Oct 27 15:23:53 xps systemd[1]: Started ootbat.
```