nicer color temp
This commit is contained in:
parent
70cc55d688
commit
e0b023657e
2 changed files with 14 additions and 10 deletions
|
@ -31,6 +31,7 @@ in {
|
|||
brightnessctl
|
||||
swaybg
|
||||
swayidle
|
||||
gammastep
|
||||
];
|
||||
|
||||
programs.niri = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue