From 9839699d2dd09362482d4a06a28670325bf9b308 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 21 Dec 2024 13:27:03 -0500 Subject: [PATCH] gammastep: separate default from desktop brightness Signed-off-by: Myned --- machines/mynix/default.nix | 2 ++ options/custom/services/gammastep.nix | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/machines/mynix/default.nix b/machines/mynix/default.nix index c0ec7eb..f4e2cfe 100644 --- a/machines/mynix/default.nix +++ b/machines/mynix/default.nix @@ -52,6 +52,8 @@ #// services.logind.powerKey = "ignore"; # Disable power button home-manager.users.${config.custom.username} = { + services.gammastep.settings.general.brightness-night = 0.4; + # Prevent secondary GPU reset from crashing window manager wayland.windowManager.hyprland.settings = { monitor = [ diff --git a/options/custom/services/gammastep.nix b/options/custom/services/gammastep.nix index 5cf7ce0..432c5cc 100644 --- a/options/custom/services/gammastep.nix +++ b/options/custom/services/gammastep.nix @@ -23,7 +23,7 @@ in { # TODO: Add keybinds settings.general = { brightness-day = 1; - brightness-night = 0.4; + brightness-night = 0.6; }; }; };