diff options
| author | Blake Romero <blake@blkrom.com> | 2024-11-09 01:07:23 +0000 |
|---|---|---|
| committer | Blake Romero <blake@blkrom.com> | 2024-11-09 01:07:23 +0000 |
| commit | 1925d9ae63bbf99b1cc896f3b0e992bc96a7e4ad (patch) | |
| tree | bc1f85099702bb998ca2dee7e1e9a01e1aee2152 /dot-config/sway/config | |
| parent | fd6ea986273f8a49fb8e4db00bbcfa8acc79d897 (diff) | |
Add wlsunset to sway config
Diffstat (limited to 'dot-config/sway/config')
| -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 |
