diff --git a/pages/linux/hyprsunset.md b/pages/linux/hyprsunset.md new file mode 100644 index 0000000000..02b3026bb7 --- /dev/null +++ b/pages/linux/hyprsunset.md @@ -0,0 +1,29 @@ +# hyprsunset + +> A blue light filter for Hyprland. +> Optionally configured via `~/.config/hypr/hyprsunset.conf`. +> More information: . + +- Start the hyprsunset service: + +`hyprsunset` + +- Start the hyprsunset service with a specified color temperature and gamma percentage: + +`hyprsunset {{[-t|--temperature]}} {{temperature}} {{[-g|--gamma]}} {{gamma}}` + +- Adjust the color temperature while the hyprsunset service is running: + +`hyprctl hyprsunset temperature {{temperature}}` + +- Adjust the gamma while the hyprsunset service is running: + +`hyprctl hyprsunset gamma {{gamma}}` + +- Reset the color temperature to 6000K: + +`hyprctl hyprsunset reset temperature` + +- Reset the gamma to 100%: + +`hyprctl hyprsunset reset gamma`