nightd/README.md

31 lines
590 B
Markdown
Raw Normal View History

2025-12-08 19:15:48 +00:00
# nightd
2025-12-08 19:15:48 +00:00
screen dimmer for android tv. keeps media playing while the screen goes dark.
2025-12-08 19:15:48 +00:00
## download
2025-12-08 19:15:48 +00:00
[nightd.apk](https://github.com/sudoxnym/nightd/releases/latest)
2025-12-08 19:15:48 +00:00
## install
```bash
2025-12-08 19:15:48 +00:00
adb install nightd.apk
```
2025-12-08 19:15:48 +00:00
grant "display over other apps" permission when prompted.
2025-12-08 19:15:48 +00:00
## usage
2025-12-08 19:15:48 +00:00
use [key mapper](https://github.com/keymapperorg/KeyMapper) to bind to a remote button.
2025-12-08 19:15:48 +00:00
set up an **activity** intent:
- **action:** `com.sudoxnym.nightd.TOGGLE`
- **package:** `com.sudoxnym.nightd`
- **class:** `com.sudoxnym.nightd.ToggleActivity`
2025-12-08 19:15:48 +00:00
other actions: `OFF`, `DIM`, `BLACK`
## license
2025-12-08 19:15:48 +00:00
MIT