hyprsunset: added reset and profile (#1257)

This commit is contained in:
Luke Barkess 2025-10-19 15:31:21 +01:00 committed by GitHub
parent 43bec97449
commit 097a6d1d45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -84,6 +84,16 @@ hyprctl hyprsunset identity
hyprctl hyprsunset gamma 50
# Increase gamma by 10%
hyprctl hyprsunset gamma +10
# Reset config to current profile
hyprctl hyprsunset reset
# Reset value to current profile
hyprctl hyprsunset reset temperature
hyprctl hyprsunset reset gamma
hyprctl hyprsunset reset identity
# Print current profile
hyprctl hyprsunset profile
```
{{< callout type=warning >}}