mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
ags steal
This commit is contained in:
18
desktops/hyprland/decoration.nix
Normal file
18
desktops/hyprland/decoration.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
rounding = 20;
|
||||
blur = {
|
||||
enabled = true;
|
||||
xray = true;
|
||||
special = false;
|
||||
|
||||
size = 6;
|
||||
passes = 4;
|
||||
new_optimizations = "on";
|
||||
};
|
||||
|
||||
drop_shadow = true;
|
||||
shadow_range = 15;
|
||||
shadow_offset = "0 2";
|
||||
shadow_render_power = 6;
|
||||
"col.shadow" = "rgba(00000044)";
|
||||
}
|
||||
Reference in New Issue
Block a user