From 3f5f3a29bfaa3929e3e4bfe17ec1639c89e80295 Mon Sep 17 00:00:00 2001 From: Lena <126529524+acuteenvy@users.noreply.github.com> Date: Sun, 27 Apr 2025 09:48:59 +0000 Subject: [PATCH] wlsunset: add page (#16269) --- pages/common/wlsunset.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/wlsunset.md diff --git a/pages/common/wlsunset.md b/pages/common/wlsunset.md new file mode 100644 index 0000000000..511533adbd --- /dev/null +++ b/pages/common/wlsunset.md @@ -0,0 +1,24 @@ +# wlsunset + +> Adjust the color temperature in Wayland compositors depending on the sunset/sunrise times. +> More information: . + +- Automatically compute sunset/sunrise times based on the specified location: + +`wlsunset -l {{latitude}} -L {{longitude}}` + +- Manually set the sunset/sunrise times (time format: `HH:MM`): + +`wlsunset -s {{sunset_time}} -S {{sunrise_time}}` + +- Set the high and low temperatures (default: high - 6500, low - 4000): + +`wlsunset -T {{high_temp}} -t {{low_temp}}` + +- Set the animation time to `n` seconds (only applicable when using manual sunset/sunrise times): + +`wlsunset -d {{n}} -s {{sunset_time}} -S {{sunrise_time}}` + +- Set the gamma (default: 1.0): + +`wlsunset -g {{gamma_value}}`