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
|
brightnessctl
|
||||||
swaybg
|
swaybg
|
||||||
swayidle
|
swayidle
|
||||||
|
gammastep
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.niri = {
|
programs.niri = {
|
||||||
|
|
|
@ -79,13 +79,16 @@ in {
|
||||||
|
|
||||||
hotkey-overlay.skip-at-startup = true;
|
hotkey-overlay.skip-at-startup = true;
|
||||||
|
|
||||||
environment."DISPLAY" = ":0";
|
environment = {
|
||||||
|
"DISPLAY" = ":0";
|
||||||
|
};
|
||||||
|
|
||||||
spawn-at-startup = [
|
spawn-at-startup = [
|
||||||
{ command = [ "waybar" ]; }
|
{ command = [ "waybar" ]; }
|
||||||
{ command = [ "brightnessctl" "s" "50%" ]; }
|
{ command = [ "brightnessctl" "s" "50%" ]; }
|
||||||
{ command = [ "swaybg" "-i" "${./wallpaper.png}" ]; }
|
{ command = [ "swaybg" "-i" "${./wallpaper.png}" ]; }
|
||||||
{ command = [ "swayidle" "-w" "before-sleep" "swaylock" ]; }
|
{ command = [ "swayidle" "-w" "before-sleep" "swaylock" ]; }
|
||||||
|
{ command = [ "gammastep" "-O" "5400" ]; }
|
||||||
];
|
];
|
||||||
|
|
||||||
binds = {
|
binds = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue