From 1925d9ae63bbf99b1cc896f3b0e992bc96a7e4ad Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sat, 9 Nov 2024 01:07:23 +0000 Subject: Add wlsunset to sway config --- dot-config/sway/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dot-config/sway/config') diff --git a/dot-config/sway/config b/dot-config/sway/config index d13a0e4..fc4496e 100644 --- a/dot-config/sway/config +++ b/dot-config/sway/config @@ -11,6 +11,7 @@ # | mako | notification service # | bemenu | menu prompt # | yambar | status bar +# | wlsunset | screen temperature # Variables set $mod Mod4 @@ -35,6 +36,7 @@ exec pipewire-pulse exec wireplumber exec mako exec_always sh -c "pkill yambar; yambar" +exec wlsunset -l 51.5 -L -0.1 -t 3000 -T 6000 # Input seat * hide_cursor when-typing enable -- cgit