]> Freerunner's - dotfiles.git/commitdiff
sunsetr: update presets
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Dec 2025 23:31:42 +0000 (00:31 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 5 Dec 2025 23:31:42 +0000 (00:31 +0100)
dot-config/sunsetr/presets/gamemode/sunsetr.toml
dot-config/sunsetr/presets/medium/sunsetr.toml
dot-config/sunsetr/presets/mild/sunsetr.toml [deleted file]
dot-config/sunsetr/presets/night/sunsetr.toml

index 33551ccaf495c703a818dd82f7b3fb410b327f7b..f6290959aeb3fa3c3d2231f550ebf7b1ef366f1d 100644 (file)
@@ -2,5 +2,5 @@ backend = "hyprland"
 transition_mode = "static"
 
 static_temp = 6500
-static_gamma = 90
+static_gamma = 100
 
index 5057edb4227a50e4b630ce262068d327600900a9..ae15491aac604a4c9d2a870a98d33793f6482975 100644 (file)
@@ -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 (file)
index 9c77bf4..0000000
+++ /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)
-
index 9d94d480dd8a98e606bdc47c7dd4b4e4e299110b..2e63cdd3791e561a32e6d387121ea8a3dd8b15c2 100644 (file)
@@ -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