diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 05:33:41 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 07:03:35 -0600 |
| commit | 76b6b7f9458863cf3f10bc83f318b013ad3711bd (patch) | |
| tree | f1f76fcd666c626731c6478b29d0cbfa6b49ff37 /dotfiles/hyprland/.config/gammastep | |
| parent | 4429f32048123c1d21ef5cc9cd6b32a50cd7ebc6 (diff) | |
| download | archsetup-76b6b7f9458863cf3f10bc83f318b013ad3711bd.tar.gz archsetup-76b6b7f9458863cf3f10bc83f318b013ad3711bd.zip | |
fix(hyprland): fix gammastep geoclue integration
Use [general] section header (not [gammastep]), switch to geoclue2
location provider, and start geoclue demo agent in hyprland.conf.
Diffstat (limited to 'dotfiles/hyprland/.config/gammastep')
| -rw-r--r-- | dotfiles/hyprland/.config/gammastep/config.ini | 21 |
1 files changed, 2 insertions, 19 deletions
diff --git a/dotfiles/hyprland/.config/gammastep/config.ini b/dotfiles/hyprland/.config/gammastep/config.ini index f50a701..bbb15ee 100644 --- a/dotfiles/hyprland/.config/gammastep/config.ini +++ b/dotfiles/hyprland/.config/gammastep/config.ini @@ -1,25 +1,8 @@ -[gammastep] -; Color temperature in Kelvin (same as redshift) +[general] temp-day=6500 temp-night=4500 - -; Brightness (1.0 = full, 0.8 = 20% dimmed) brightness-day=1.0 brightness-night=1.0 - -; Gamma correction gamma=1.0 - -; Fade between day/night fade=1 - -; Wayland adjustment method (not randr) -adjustment-method=wayland - -; Location for sunrise/sunset calculation -location-provider=manual - -[manual] -; New Orleans, LA -lat=29.951065 -lon=-90.071533 +location-provider=geoclue2 |
