From 295497731cf16c8e07c7ed8e5f0483b56f8b847e Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Fri, 14 Nov 2025 15:38:58 +0100 Subject: [PATCH] sunsetr: track config --- dot-config/sunsetr/presets/gamemode/sunsetr.toml | 6 ++++++ dot-config/sunsetr/presets/medium/sunsetr.toml | 14 ++++++++++++++ dot-config/sunsetr/presets/mild/sunsetr.toml | 14 ++++++++++++++ dot-config/sunsetr/presets/night/sunsetr.toml | 14 ++++++++++++++ dot-config/sunsetr/sunsetr.toml | 14 ++++++++++++++ 5 files changed, 62 insertions(+) create mode 100644 dot-config/sunsetr/presets/gamemode/sunsetr.toml create mode 100644 dot-config/sunsetr/presets/medium/sunsetr.toml create mode 100644 dot-config/sunsetr/presets/mild/sunsetr.toml create mode 100644 dot-config/sunsetr/presets/night/sunsetr.toml create mode 100644 dot-config/sunsetr/sunsetr.toml diff --git a/dot-config/sunsetr/presets/gamemode/sunsetr.toml b/dot-config/sunsetr/presets/gamemode/sunsetr.toml new file mode 100644 index 00000000..33551cca --- /dev/null +++ b/dot-config/sunsetr/presets/gamemode/sunsetr.toml @@ -0,0 +1,6 @@ +backend = "hyprland" +transition_mode = "static" + +static_temp = 6500 +static_gamma = 90 + diff --git a/dot-config/sunsetr/presets/medium/sunsetr.toml b/dot-config/sunsetr/presets/medium/sunsetr.toml new file mode 100644 index 00000000..5057edb4 --- /dev/null +++ b/dot-config/sunsetr/presets/medium/sunsetr.toml @@ -0,0 +1,14 @@ +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 = 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) + diff --git a/dot-config/sunsetr/presets/mild/sunsetr.toml b/dot-config/sunsetr/presets/mild/sunsetr.toml new file mode 100644 index 00000000..9c77bf40 --- /dev/null +++ b/dot-config/sunsetr/presets/mild/sunsetr.toml @@ -0,0 +1,14 @@ +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 new file mode 100644 index 00000000..9d94d480 --- /dev/null +++ b/dot-config/sunsetr/presets/night/sunsetr.toml @@ -0,0 +1,14 @@ +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 = 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) + diff --git a/dot-config/sunsetr/sunsetr.toml b/dot-config/sunsetr/sunsetr.toml new file mode 100644 index 00000000..9c77bf40 --- /dev/null +++ b/dot-config/sunsetr/sunsetr.toml @@ -0,0 +1,14 @@ +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) + -- 2.51.2