From: Andre Ramnitz Date: Tue, 22 Apr 2025 11:14:40 +0000 (+0200) Subject: hypr: add config for sunsetr, remove gammarelay X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=08158f3944bbc4f04a1f87299df65157119f929e;p=dotfiles.git hypr: add config for sunsetr, remove gammarelay --- diff --git a/dot-config/hypr/hyprland.conf b/dot-config/hypr/hyprland.conf index a034a1c1..76adb9c6 100644 --- a/dot-config/hypr/hyprland.conf +++ b/dot-config/hypr/hyprland.conf @@ -24,6 +24,7 @@ env = XDG_CURRENT_DESKTOP,Hyprland env = XDG_SESSION_DESKTOP,Hyprland env = XDG_SESSION_TYPE,wayland exec-once = dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP +exec-once = sunsetr # exec-shutdown = setenv WAYLAND_DISPLAY= XDG_SESSION_TYPE= XDG_CURRENT_DESKTOP= # Some default env vars. @@ -55,7 +56,6 @@ env = XCURSOR_SIZE,40 exec-once = ~/.config/hypr/scripts/startup.sh exec-once = hypridle exec-once = hyprpm enable hyprbars -exec-shutdown = pkill -f '/usr/lib/python-exec/python3.12/python /home/andy/.config/hypr/scripts/gammarelay-auto-temp.py' # Source a file (multi-file configs) # source = ~/.config/hypr/myColors.conf @@ -84,7 +84,7 @@ general { # col.inactive_border = 0xff444444 # col.nogroup_border_active = 0xffff00ff # col.nogroup_border = 0xffffaaff - border_size = 3 + border_size = 2 gaps_in = 4 gaps_out = 8 col.active_border = 0xee$base0D @@ -125,7 +125,7 @@ master { decoration { # See https://wiki.hyprland.org/Configuring/Variables/ for more - rounding = 8 + rounding = 4 dim_special = 0.3 dim_inactive = true dim_strength = 0.2 diff --git a/dot-config/hypr/sunsetr.toml b/dot-config/hypr/sunsetr.toml new file mode 100644 index 00000000..12ce83c5 --- /dev/null +++ b/dot-config/hypr/sunsetr.toml @@ -0,0 +1,9 @@ +# Sunsetr configuration +sunset = "21:00:00" # Time to transition to night mode (HH:MM:SS) +sunrise = "06:00:00" # Time to transition to day mode (HH:MM:SS) +night_temp = 4000 # Color temperature after sunset (1000-20000) Kelvin +night_gamma = 90.0 # Gamma percentage for night (0-200%) +day_gamma = 100.0 # Gamma percentage for day (0-200%) +start_hyprsunset = true # Whether to start hyprsunset automatically + # Set true if you're not using hyprsunset.service +