From 43da61070cde35cdac005e618415790148e23c4f Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Sat, 6 Dec 2025 00:31:42 +0100 Subject: [PATCH] sunsetr: update presets --- dot-config/sunsetr/presets/gamemode/sunsetr.toml | 2 +- dot-config/sunsetr/presets/medium/sunsetr.toml | 13 ++----------- dot-config/sunsetr/presets/mild/sunsetr.toml | 14 -------------- dot-config/sunsetr/presets/night/sunsetr.toml | 14 +++----------- 4 files changed, 6 insertions(+), 37 deletions(-) delete mode 100644 dot-config/sunsetr/presets/mild/sunsetr.toml diff --git a/dot-config/sunsetr/presets/gamemode/sunsetr.toml b/dot-config/sunsetr/presets/gamemode/sunsetr.toml index 33551cca..f6290959 100644 --- a/dot-config/sunsetr/presets/gamemode/sunsetr.toml +++ b/dot-config/sunsetr/presets/gamemode/sunsetr.toml @@ -2,5 +2,5 @@ backend = "hyprland" transition_mode = "static" static_temp = 6500 -static_gamma = 90 +static_gamma = 100 diff --git a/dot-config/sunsetr/presets/medium/sunsetr.toml b/dot-config/sunsetr/presets/medium/sunsetr.toml index 5057edb4..ae15491a 100644 --- a/dot-config/sunsetr/presets/medium/sunsetr.toml +++ b/dot-config/sunsetr/presets/medium/sunsetr.toml @@ -1,14 +1,5 @@ backend = "hyprland" -transition_mode = "geo" - -smoothing = true # Enable smooth transitions during startup and exit -startup_duration = 0.5 # Duration of smooth startup in seconds (0.1-60 | 0 = instant) -shutdown_duration = 0.5 # Duration of smooth shutdown in seconds (0.1-60 | 0 = instant) -adaptive_interval = 5 # Adaptive interval base for smooth transitions (1-1000)ms +transition_mode = "static" night_temp = 4500 # Color temperature during night (1000-20000) Kelvin -day_temp = 6500 # Color temperature during day (1000-20000) Kelvin -night_gamma = 90 # Gamma percentage for night (10-100%) -day_gamma = 100 # Gamma percentage for day (10-100%) -update_interval = 60 # Update frequency during transitions in seconds (10-300) - +night_gamma = 94 # Gamma percentage for night (10-100%) diff --git a/dot-config/sunsetr/presets/mild/sunsetr.toml b/dot-config/sunsetr/presets/mild/sunsetr.toml deleted file mode 100644 index 9c77bf40..00000000 --- a/dot-config/sunsetr/presets/mild/sunsetr.toml +++ /dev/null @@ -1,14 +0,0 @@ -backend = "hyprland" -transition_mode = "geo" - -smoothing = true # Enable smooth transitions during startup and exit -startup_duration = 0.5 # Duration of smooth startup in seconds (0.1-60 | 0 = instant) -shutdown_duration = 0.5 # Duration of smooth shutdown in seconds (0.1-60 | 0 = instant) -adaptive_interval = 5 # Adaptive interval base for smooth transitions (1-1000)ms - -night_temp = 5000 # Color temperature during night (1000-20000) Kelvin -day_temp = 6500 # Color temperature during day (1000-20000) Kelvin -night_gamma = 94 # Gamma percentage for night (10-100%) -day_gamma = 100 # Gamma percentage for day (10-100%) -update_interval = 60 # Update frequency during transitions in seconds (10-300) - diff --git a/dot-config/sunsetr/presets/night/sunsetr.toml b/dot-config/sunsetr/presets/night/sunsetr.toml index 9d94d480..2e63cdd3 100644 --- a/dot-config/sunsetr/presets/night/sunsetr.toml +++ b/dot-config/sunsetr/presets/night/sunsetr.toml @@ -1,14 +1,6 @@ backend = "hyprland" -transition_mode = "geo" +transition_mode = "static" -smoothing = true # Enable smooth transitions during startup and exit -startup_duration = 0.5 # Duration of smooth startup in seconds (0.1-60 | 0 = instant) -shutdown_duration = 0.5 # Duration of smooth shutdown in seconds (0.1-60 | 0 = instant) -adaptive_interval = 5 # Adaptive interval base for smooth transitions (1-1000)ms - -night_temp = 4200 # Color temperature during night (1000-20000) Kelvin -day_temp = 6500 # Color temperature during day (1000-20000) Kelvin -night_gamma = 80 # Gamma percentage for night (10-100%) -day_gamma = 100 # Gamma percentage for day (10-100%) -update_interval = 60 # Update frequency during transitions in seconds (10-300) +static_temp = 4200 +static_gamma = 80 -- 2.51.2