nicer color temp

This commit is contained in:
twoneis 2024-08-10 19:07:45 +02:00
parent 70cc55d688
commit e0b023657e
2 changed files with 14 additions and 10 deletions

View file

@ -31,6 +31,7 @@ in {
brightnessctl
swaybg
swayidle
gammastep
];
programs.niri = {

View file

@ -79,13 +79,16 @@ in {
hotkey-overlay.skip-at-startup = true;
environment."DISPLAY" = ":0";
environment = {
"DISPLAY" = ":0";
};
spawn-at-startup = [
{ command = [ "waybar" ]; }
{ command = [ "brightnessctl" "s" "50%" ]; }
{ command = [ "swaybg" "-i" "${./wallpaper.png}" ]; }
{ command = [ "swayidle" "-w" "before-sleep" "swaylock" ]; }
{ command = [ "gammastep" "-O" "5400" ]; }
];
binds = {