]> Freerunner's - dotfiles.git/commitdiff
sunsetr: track config
authorAndre Ramnitz <tux.rising@gmail.com>
Fri, 14 Nov 2025 14:38:58 +0000 (15:38 +0100)
committerAndre Ramnitz <tux.rising@gmail.com>
Fri, 14 Nov 2025 14:38:58 +0000 (15:38 +0100)
dot-config/sunsetr/presets/gamemode/sunsetr.toml [new file with mode: 0644]
dot-config/sunsetr/presets/medium/sunsetr.toml [new file with mode: 0644]
dot-config/sunsetr/presets/mild/sunsetr.toml [new file with mode: 0644]
dot-config/sunsetr/presets/night/sunsetr.toml [new file with mode: 0644]
dot-config/sunsetr/sunsetr.toml [new file with mode: 0644]

diff --git a/dot-config/sunsetr/presets/gamemode/sunsetr.toml b/dot-config/sunsetr/presets/gamemode/sunsetr.toml
new file mode 100644 (file)
index 0000000..33551cc
--- /dev/null
@@ -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 (file)
index 0000000..5057edb
--- /dev/null
@@ -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 (file)
index 0000000..9c77bf4
--- /dev/null
@@ -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 (file)
index 0000000..9d94d48
--- /dev/null
@@ -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 (file)
index 0000000..9c77bf4
--- /dev/null
@@ -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)
+