mirror of
https://github.com/sudoxnym/nightd.git
synced 2026-04-14 19:47:47 +00:00
2.2 KiB
2.2 KiB
nightd
screen dimmer for android tv
blacks out the display while keeping media playing. perfect for falling asleep to music without screen burn or light pollution.
✨ features
- dim mode — single overlay layer for reduced brightness
- black mode — full blackout while audio continues
- toggle hotkey — cycles through off → dim → black
- no root required — just overlay permission
- tv remote friendly — works with key mapper
📥 install
option 1: github releases
adb install nightd.apk
option 2: f-droid repo
add this repo to f-droid or neostore:
https://sudoxnym.github.io/fdroid-repo/repo
⚙️ setup
- install the apk
- open nightd and grant "display over other apps" permission
- use key mapper to bind to a remote button
key mapper config
set up an activity intent:
| field | value |
|---|---|
| action | com.sudoxnym.nightd.TOGGLE |
| package | com.sudoxnym.nightd |
| class | com.sudoxnym.nightd.ToggleActivity |
available actions:
TOGGLE— cycle through modesDIM— single layer dimBLACK— full blackoutOFF— disable overlay
🎮 usage
- press your mapped button to cycle: off → dim → black → off
- press back on remote to turn off overlay from any mode
- tap notification to disable
📜 license
MIT — do whatever you want with it
made by sudoxnym ⚡