Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-17 00:21:25 +00:00
parent c2565bdd4e
commit ce240b2f02
12 changed files with 161 additions and 24 deletions

34
tldr/linux/hyprsunset Normal file
View File

@@ -0,0 +1,34 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# hyprsunset
> A blue light filter for Hyprland.
> Optionally configured via `~/.config/hypr/hyprsunset.conf`.
> More information: <https://wiki.hypr.land/Hypr-Ecosystem/hyprsunset/>.
- 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`