feat: adds background blur and hides macos windows decorations

This commit is contained in:
ahwx 2026-02-27 00:54:23 +01:00
parent d3305f1e76
commit 12b7809c04

View file

@ -11,6 +11,8 @@
}; };
settings = { settings = {
hide_window_decorations = "yes";
background_blur = "16";
confirm_os_window_close = 0; confirm_os_window_close = 0;
background_opacity = "0.75"; background_opacity = "0.75";
window_padding_width = 10; window_padding_width = 10;