From 1325ed6b3959716d8c09b92574264121585e2cfa Mon Sep 17 00:00:00 2001 From: Samuel O'Neal Date: Mon, 9 Feb 2026 00:10:30 -0700 Subject: [PATCH] added sunsetr for managing lighting temp of screen --- .gitignore | 1 + hyprland/.config/hypr/exec.conf | 2 +- sunsetr/.config/sunsetr/sunsetr.toml | 10 ++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 sunsetr/.config/sunsetr/sunsetr.toml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..378fee8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +sunsetr/.config/sunsetr/geo.toml diff --git a/hyprland/.config/hypr/exec.conf b/hyprland/.config/hypr/exec.conf index 7f25148..4cfdc54 100644 --- a/hyprland/.config/hypr/exec.conf +++ b/hyprland/.config/hypr/exec.conf @@ -6,4 +6,4 @@ exec-once= waybar & mako & hyprpaper & hypridle & wluma & hyprshell run & exec-once = blueman-applet & systemctl --user stop wireplumber.service & -exec-once = 1password --silent & +exec-once = 1password --silent & sunsetr & diff --git a/sunsetr/.config/sunsetr/sunsetr.toml b/sunsetr/.config/sunsetr/sunsetr.toml new file mode 100644 index 0000000..a33b112 --- /dev/null +++ b/sunsetr/.config/sunsetr/sunsetr.toml @@ -0,0 +1,10 @@ +# [Backend] +backend = "auto" +transition_mode = "geo" + +# [Smoothing] +smoothing = true +startup_duration = 0.5 # 0.1 - 60 seconds | 0 for instant +shutdown_duration = 0.5 # 0.1 - 60 seconds | 0 for instant +adaptive_interval = 1 # 1 - 1000 milliseconds +