mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-08-04 11:38:29 -07:00
feat: stop using workaround for hyprlock background
This commit is contained in:
parent
90ebd2e88b
commit
2de207aeff
3 changed files with 6 additions and 3 deletions
|
@ -38,7 +38,11 @@ in
|
|||
};
|
||||
background = {
|
||||
monitor = cfg.screenlocker.monitor;
|
||||
path = lib.mkIf cfg.screenlocker.useNvidiaCrashFix "/tmp/__hyprlock-monitor-screenshot.png";
|
||||
path =
|
||||
if cfg.screenlocker.useNvidiaCrashFix then
|
||||
"/tmp/__hyprlock-monitor-screenshot.png"
|
||||
else
|
||||
"screenshot";
|
||||
blur_passes = 3;
|
||||
blur_size = 7;
|
||||
noise = 0.0117;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue