Regenerated

This commit is contained in:
2026-03-31 15:39:40 +00:00
parent 2758b7cfae
commit 619f1fc9e7
3 changed files with 301 additions and 301 deletions
+287 -287
View File
File diff suppressed because it is too large Load Diff
+7 -7
View File
@@ -478,13 +478,13 @@ in
enable = true; enable = true;
settings = { settings = {
confirm_os_window_close = 0; confirm_os_window_close = lib.mkForce 0;
dynamic_background_opacity = true; dynamic_background_opacity = lib.mkForce true;
enable_audio_bell = false; enable_audio_bell = lib.mkForce false;
mouse_hide_wait = "-1.0"; mouse_hide_wait = lib.mkForce "-1.0";
window_padding_width = 10; window_padding_width = lib.mkForce 10;
background_opacity = "0.5"; background_opacity = lib.mkForce "0.5";
background_blur = 5; background_blur = lib.mkForce 5;
}; };
extraConfig = '' extraConfig = ''
@@ -28,13 +28,13 @@ in
enable = true; enable = true;
settings = { settings = {
confirm_os_window_close = 0; confirm_os_window_close = lib.mkForce 0;
dynamic_background_opacity = true; dynamic_background_opacity = lib.mkForce true;
enable_audio_bell = false; enable_audio_bell = lib.mkForce false;
mouse_hide_wait = "-1.0"; mouse_hide_wait = lib.mkForce "-1.0";
window_padding_width = 10; window_padding_width = lib.mkForce 10;
background_opacity = "0.5"; background_opacity = lib.mkForce "0.5";
background_blur = 5; background_blur = lib.mkForce 5;
}; };
extraConfig = '' extraConfig = ''