No description
Find a file
2025-06-14 20:51:09 +03:00
manpages feat: add separate toggle for temp/gamma 2025-06-14 20:30:05 +03:00
src fix: build error on nix 2025-06-14 20:46:34 +03:00
.envrc build: add flake.nix 2025-04-24 14:55:59 +03:00
.gitignore build(nix): add nix build support 2025-04-24 15:05:31 +03:00
Cargo.lock chore(build): bump version to 1.1.0 2025-06-14 20:34:07 +03:00
Cargo.toml chore(build): bump version to 1.1.0 2025-06-14 20:34:07 +03:00
flake.lock chore: nix flake update 2025-06-14 20:29:37 +03:00
flake.nix build(nix): move from nightly to stable rust 2025-06-14 20:51:09 +03:00
LICENSE docs: add license and readme 2025-04-23 22:08:55 +03:00
README.md docs: add manpage 2025-05-03 02:36:28 +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
  • reload - reloads the config

TODO

  • fix status command crash
  • handle signals