gammastep: separate default from desktop brightness
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
2b20a876cd
commit
9839699d2d
2 changed files with 3 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
|
@ -23,7 +23,7 @@ in {
|
|||
# TODO: Add keybinds
|
||||
settings.general = {
|
||||
brightness-day = 1;
|
||||
brightness-night = 0.4;
|
||||
brightness-night = 0.6;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue