17 lines
457 B
Markdown
17 lines
457 B
Markdown
# 日の入りsetr
|
|
|
|
a little daemon to control screen temperature and gamma using hyprsunset
|
|
|
|
has a unix socket (`/tmp/hinoirisetr.sock`) that accepts four commands
|
|
|
|
- status - prints the current status
|
|
- status_notify - sends the current status via a notification
|
|
- enable - toggles the filter on
|
|
- disable - toggles the filter off
|
|
- toggle - toggles the filter
|
|
- reload - reloads the config
|
|
|
|
## TODO
|
|
|
|
- [ ] fix `status` command crash
|
|
- [ ] handle signals
|