desktop stuff
This commit is contained in:
@@ -132,15 +132,15 @@ with lib;
|
||||
hyprIdle = {
|
||||
lockScreenTimer = mkOption {
|
||||
type = with types; int;
|
||||
default = 5;
|
||||
default = 300;
|
||||
};
|
||||
screenOffTimer = mkOption {
|
||||
type = with types; int;
|
||||
default = 15;
|
||||
default = 900;
|
||||
};
|
||||
suspendTimer = mkOption {
|
||||
type = with types; int;
|
||||
default = 30;
|
||||
default = 1500;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -373,7 +373,7 @@ in
|
||||
${defaultBorderRadius}
|
||||
${defaultCenterOptions}
|
||||
margin-left: 4rem;
|
||||
margin-right: 400rem;
|
||||
margin-right: 4rem;
|
||||
}
|
||||
|
||||
/* make window module transparent when no windows present */
|
||||
|
||||
Reference in New Issue
Block a user