|
2ab37a2396
|
build(nix): move from nightly to stable rust
|
2025-06-14 20:51:09 +03:00 |
|
|
d0a2cc22c0
|
fix: build error on nix
this happened because nixpkgs doens't yet have the latest nightly rust
|
2025-06-14 20:46:34 +03:00 |
|
|
ba0bfc7dad
|
chore(build): bump version to 1.1.0
|
2025-06-14 20:34:07 +03:00 |
|
|
16b9811f00
|
feat: add separate toggle for temp/gamma
|
2025-06-14 20:30:05 +03:00 |
|
|
753588c6d3
|
chore: nix flake update
|
2025-06-14 20:29:37 +03:00 |
|
|
e9cc31fa40
|
chore: nix flake update
|
2025-06-09 20:42:14 +03:00 |
|
|
49150275f3
|
chore: bump version to 1.0.0
|
2025-06-09 20:41:16 +03:00 |
|
|
5e37bc89a2
|
feat!: require sunset_start, sunset_end, sunrise_start, and sunrise_end
|
2025-06-09 20:40:39 +03:00 |
|
|
1a97c33762
|
docs: added interpolation options to manpage
|
2025-06-09 20:34:53 +03:00 |
|
|
cdb14a76d6
|
feat: added more interpolation options
added the following interpolation options:
- cubic ease-in-out
- cosine
- exponential
|
2025-06-09 20:24:26 +03:00 |
|
|
1d75337471
|
fix: build error on nix
|
2025-05-18 17:22:36 +03:00 |
|
|
f28707e446
|
feat: remind about dimming after timeout
|
2025-05-14 14:27:26 +03:00 |
|
|
aeeb17abd0
|
refactor: improve socket security
|
2025-05-14 14:26:38 +03:00 |
|
|
47bed52851
|
docs: fix hyprctl(1) link
|
2025-05-03 14:05:29 +03:00 |
|
|
c8558654d2
|
chore: bump version
|
2025-05-03 14:00:35 +03:00 |
|
|
ea14f03e1f
|
fix: add binary check on config reload
|
2025-05-03 13:59:44 +03:00 |
|
|
3ab9006bdc
|
chore: remove unnecessary debug
|
2025-05-03 13:59:22 +03:00 |
|
|
0bb27cd4ae
|
fix: more checks for config
this time i added a check for duplicate keys in the config
|
2025-05-03 03:22:22 +03:00 |
|
|
d351555e35
|
fix: more checks for config
|
2025-05-03 03:11:14 +03:00 |
|
|
5c1c181620
|
fix: reset cache on config reload
|
2025-05-03 02:56:06 +03:00 |
|
|
f123fe1941
|
perf: cache last temp/gamma
|
2025-05-03 02:50:21 +03:00 |
|
|
beb7f13932
|
build: add pandoc to nix derivation
|
2025-05-03 02:44:28 +03:00 |
|
|
df49e1eb57
|
docs: add manpage
|
2025-05-03 02:36:28 +03:00 |
|
|
b7168724f6
|
fix: add check for no backends
|
2025-05-03 01:47:38 +03:00 |
|
|
b8205794cc
|
refactor: go back to tokio🗿
|
2025-05-03 01:44:16 +03:00 |
|
|
6ca50ac2bb
|
feat: add more backends
|
2025-05-02 23:02:27 +03:00 |
|
|
3bc6d195fe
|
chore: bump version
|
2025-05-02 21:01:47 +03:00 |
|
|
8a1969aea1
|
fix: add check for ddcutil
|
2025-05-02 21:00:22 +03:00 |
|
|
e976352087
|
feat: add a -v/--version flag
|
2025-05-02 16:12:58 +03:00 |
|
|
17dab84395
|
feat: add ddcutil gamma backend
|
2025-04-29 13:52:07 +03:00 |
|
|
09b7524827
|
chore: bump version in flake.nix
|
2025-04-27 19:43:58 +03:00 |
|
|
32a5d6042c
|
refactor: remove unnececary arc and oncecell
|
2025-04-27 19:36:38 +03:00 |
|
|
640dab8f56
|
feat: switch to smol
|
2025-04-27 19:31:24 +03:00 |
|
|
b2f03f048b
|
chore: bump version
this new version adds automatic config reloading
|
2025-04-27 18:00:51 +03:00 |
|
|
e9c9edb121
|
fix: add gamma check for night
|
2025-04-27 17:58:40 +03:00 |
|
|
fccd90df5c
|
feat: add automatic config reloading
|
2025-04-27 17:56:19 +03:00 |
|
|
62ad1eebdf
|
docs: add name to Cargo.toml
|
2025-04-27 12:32:47 +03:00 |
|
|
076dc5c0be
|
feat: make the notification api safer
|
2025-04-27 12:28:01 +03:00 |
|
|
9e816928af
|
feat: get rid of libnotify
|
2025-04-27 02:36:32 +03:00 |
|
|
d27e81774f
|
docs(readme): todos
|
2025-04-27 00:16:00 +03:00 |
|
|
d4ea33ebad
|
feat: implement config reloading
|
2025-04-27 00:15:02 +03:00 |
|
|
69f7c8c05f
|
feat: get rid of chrono
|
2025-04-27 00:06:21 +03:00 |
|
|
709c9a81e0
|
feat: logging without log crate
|
2025-04-26 21:03:39 +03:00 |
|
|
6063f5cb0a
|
feat: explode if no hyprctl
|
2025-04-26 20:08:47 +03:00 |
|
|
2a3ec6df03
|
fix: apply settings on startup
|
2025-04-26 20:06:30 +03:00 |
|
|
e828df41ea
|
feat: read config from file
|
2025-04-25 00:18:59 +03:00 |
|
|
62e054c7fe
|
feat: logging via env_logger and log crates
|
2025-04-24 15:18:13 +03:00 |
|
|
be93543bb3
|
build(nix): add nix build support
|
2025-04-24 15:05:31 +03:00 |
|
|
d53732d337
|
build: add flake.nix
|
2025-04-24 14:55:59 +03:00 |
|
|
0ed4d8b1de
|
docs(readme): add todos
|
2025-04-24 00:37:00 +03:00 |
|