sway: Make redshift verbose
This commit is contained in:
parent
e46d3f843a
commit
2719ad6744
|
@ -30,7 +30,7 @@
|
|||
services.redshift = {
|
||||
enable = true;
|
||||
package = pkgs.redshift-wlr;
|
||||
extraOptions = [ "-m" "wayland" ];
|
||||
extraOptions = [ "-v" "-m" "wayland" ];
|
||||
temperature = {
|
||||
day = 6500;
|
||||
night = 3500;
|
||||
|
|
Loading…
Reference in a new issue