Update cheatsheets

This commit is contained in:
ivuorinen
2025-04-28 00:20:19 +00:00
parent 5bf37ece1a
commit 2c0f4bfdb2
88 changed files with 330 additions and 253 deletions

29
tldr/wlsunset Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# wlsunset
> Adjust the color temperature in Wayland compositors depending on the sunset/sunrise times.
> More information: <https://manned.org/wlsunset>.
- 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}}`