diff options
| -rw-r--r-- | dot-config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
