Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hypr-Ecosystem/hyprsunset: add 'run at startup' section #979

Merged
merged 2 commits into from
Feb 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion pages/Hypr Ecosystem/hyprsunset.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ below the monitor's minimum.

See `hyprsunset --help`.

## Run at startup

To autostart hyprsunset, add: `exec-once = hyprsunset` to your `hyprland.conf`.
Alternatively, use `systemctl --user enable --now hyprsunset.service` in order to use hyprsunset as a systemd user service.

## IPC

`hyprsunset` supports IPC via hyprctl. Both color temperature and the gamma filter are adjustable:
Expand Down Expand Up @@ -59,4 +64,4 @@ bindel = ,XF86MonBrightnessUp, exec, hyprctl hyprsunset gamma +10

Using the gamma control will degrade color accuracy. If your monitor does support software control, it is highly recommended to use that instead.

{{< /callout >}}
{{< /callout >}}