No description
Find a file
2025-04-24 14:55:59 +03:00
src fix("status_notify"): show disabled status 2025-04-23 23:16:53 +03:00
.envrc build: add flake.nix 2025-04-24 14:55:59 +03:00
.gitignore build: add flake.nix 2025-04-24 14:55:59 +03:00
Cargo.lock feat: new command 'status_notify' 2025-04-23 22:49:48 +03:00
Cargo.toml feat: new command 'status_notify' 2025-04-23 22:49:48 +03:00
flake.lock build: add flake.nix 2025-04-24 14:55:59 +03:00
flake.nix build: add flake.nix 2025-04-24 14:55:59 +03:00
LICENSE docs: add license and readme 2025-04-23 22:08:55 +03:00
README.md docs(readme): add todos 2025-04-24 00:37:00 +03:00
rustfmt.toml build: add flake.nix 2025-04-24 14:55:59 +03:00

日の入り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

TODO

  • non compile time config
  • fix status command crash