hinoirisetr 0.3.0

A daemon to dim the screen at night
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 日の入り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